"Cousson, Benoit" <b-cousson@xxxxxx> writes: > On 6/25/2010 1:44 AM, Kevin Hilman wrote: >> From: Rajendra Nayak<rnayak@xxxxxx> >> >> Enable omap_device layer support for OMAP4, so that drivers can >> use them to enable/idle/shutdown devices. >> >> Signed-off-by: Rajendra Nayak<rnayak@xxxxxx> >> Signed-off-by: Benoit Cousson<b-cousson@xxxxxx> >> Cc: Paul Walmsley<paul@xxxxxxxxx> >> Signed-off-by: Kevin Hilman<khilman@xxxxxxxxxxxxxxxxxxx> >> --- >> arch/arm/plat-omap/Makefile | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile >> index 98f0191..9405831 100644 >> --- a/arch/arm/plat-omap/Makefile >> +++ b/arch/arm/plat-omap/Makefile >> @@ -15,6 +15,7 @@ obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o >> # omap_device support (OMAP2+ only at the moment) >> obj-$(CONFIG_ARCH_OMAP2) += omap_device.o >> obj-$(CONFIG_ARCH_OMAP3) += omap_device.o >> +obj-$(CONFIG_ARCH_OMAP4) += omap_device.o >> >> obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o >> obj-$(CONFIG_OMAP_IOMMU) += iommu.o iovmm.o > > You need as well to enable omap_hwmod.c build otherwise it cannot > build on OMAP4. Doh, sorry. Pushed an updated pm-wip/hwmods with this folded into $SUBJECT patch. Kevin > diff --git a/arch/arm/mach-omap2/Makefile > b/arch/arm/mach-omap2/Makefile index 8ed47ea..5de06c3 100644 > --- a/arch/arm/mach-omap2/Makefile > +++ b/arch/arm/mach-omap2/Makefile > @@ -15,7 +15,7 @@ clock-common = clock.o > clock_common_data.o \ > > obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(prcm-common) > $(hwmod-common) > obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) > $(hwmod-common) > -obj-$(CONFIG_ARCH_OMAP4) += $(prcm-common) > +obj-$(CONFIG_ARCH_OMAP4) += $(prcm-common) $(hwmod-common) > > obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o > > > Benoit -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html