* [PATCH] ARM: Remove clkdev.o build in arch/arm/common/Makefile
@ 2011-04-14 10:09 Thomas Abraham
2011-04-14 10:14 ` Russell King - ARM Linux
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Abraham @ 2011-04-14 10:09 UTC (permalink / raw)
To: linux-arm-kernel
clkdev.c is moved to drivers/clk. So build for clkdev.o can
be removed from arch/arm/common/Makefile.
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
---
arch/arm/common/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile
index e7521bc..6ea9b6f 100644
--- a/arch/arm/common/Makefile
+++ b/arch/arm/common/Makefile
@@ -16,5 +16,4 @@ obj-$(CONFIG_SHARP_SCOOP) += scoop.o
obj-$(CONFIG_ARCH_IXP2000) += uengine.o
obj-$(CONFIG_ARCH_IXP23XX) += uengine.o
obj-$(CONFIG_PCI_HOST_ITE8152) += it8152.o
-obj-$(CONFIG_COMMON_CLKDEV) += clkdev.o
obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
--
1.6.6.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-14 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-14 10:09 [PATCH] ARM: Remove clkdev.o build in arch/arm/common/Makefile Thomas Abraham
2011-04-14 10:14 ` Russell King - ARM Linux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).