diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-11 15:40:33 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 06:16:00 +0300 |
commit | 8485adf17a15faacc6403dce0b711ec8a1cbf403 (patch) | |
tree | 8b82bd9ed738d0dc39487a2aae4080fd46eaef5d /arch/arm/mach-imx/Makefile | |
parent | e8d992fb529ee96d920ee9a9223dd02679d05c62 (diff) | |
download | linux-8485adf17a15faacc6403dce0b711ec8a1cbf403.tar.xz |
ARM: imx: Remove imx device directory
arch/arm/mach-imx/devices/ contains utilities for registering devices
in board file. Now that board files are gone, get rid of the devices
directory.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index b3ebfa03c27f..f3e7717cdbea 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -68,5 +68,3 @@ obj-$(CONFIG_SOC_IMX53) += mach-imx53.o obj-$(CONFIG_SOC_VF610) += mach-vf610.o obj-$(CONFIG_SOC_LS1021A) += mach-ls1021a.o - -obj-y += devices/ |