diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-04-28 18:41:08 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-05-30 03:49:55 +0400 |
commit | 918197be3992801054ff02fc8183bf9429bab98b (patch) | |
tree | d6ea74486c1736ab654cbcfc3a70565019549089 /arch/arm/mach-prima2/Makefile | |
parent | c95680e6f56d6bc345a7907c4d4bd985e875f2a7 (diff) | |
download | linux-918197be3992801054ff02fc8183bf9429bab98b.tar.xz |
ARM: l2c: prima2: convert to generic l2c OF initialisation
Remove the explicit call to l2x0_of_init(), converting to the generic
infrastructure instead. Along with this change, we can delete l2x0.c
from prima2.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-prima2/Makefile')
-rw-r--r-- | arch/arm/mach-prima2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/Makefile b/arch/arm/mach-prima2/Makefile index 7a6b4a323125..8846e7d87ea5 100644 --- a/arch/arm/mach-prima2/Makefile +++ b/arch/arm/mach-prima2/Makefile @@ -2,7 +2,6 @@ obj-y += rstc.o obj-y += common.o obj-y += rtciobrg.o obj-$(CONFIG_DEBUG_LL) += lluart.o -obj-$(CONFIG_CACHE_L2X0) += l2x0.o obj-$(CONFIG_SUSPEND) += pm.o sleep.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |