aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-09-23 13:31:19 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:19:21 -0400
commit924c4a91e110f7e8649c0fd0b1e5793de9e3d3ac (patch)
tree90f80064576ef6e5226e25134815ac4ca20a986c /arch/arm
parent369bb0f389b27693a807702fad0691d1e24cd72c (diff)
hwspinlock: deactivate upstream implementation
Upstream hwspinlocks implementation conflicts with legacy one. For now, deactivate the upstream version and use the legacy one. Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 249f3a46f21..dff3e964e55 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -276,7 +276,6 @@ obj-$(CONFIG_ARCH_OMAP4) += hwspinlocks.o
276 276
277smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o 277smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o
278obj-y += $(smsc911x-m) $(smsc911x-y) 278obj-y += $(smsc911x-m) $(smsc911x-y)
279obj-$(CONFIG_ARCH_OMAP4) += hwspinlock.o
280 279
281disp-$(CONFIG_OMAP2_DSS) := display.o 280disp-$(CONFIG_OMAP2_DSS) := display.o
282obj-y += $(disp-m) $(disp-y) 281obj-y += $(disp-m) $(disp-y)