diff options
author | Olof Johansson <olof@lixom.net> | 2008-02-21 13:25:54 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-02-21 21:08:35 +1100 |
commit | be2553ffb5773e9a689c94bb85326c5b5f00577f (patch) | |
tree | ed0af15d0d72bcf50867359165d46da3c9ff4c0c /arch/powerpc/platforms/pasemi/Makefile | |
parent | 3d5d27c40fb38a51eae96a55f51b5a306ed3668d (diff) |
[POWERPC] pasemi: Register i2c devices at boot
Setup i2c_board_info based on device tree contents. This has to be
a device_initcall since we need PCI to be probed by the time we
run it, but before the actual driver is initialized.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pasemi/Makefile')
-rw-r--r-- | arch/powerpc/platforms/pasemi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pasemi/Makefile b/arch/powerpc/platforms/pasemi/Makefile index 8f52d7515793..ce6d789e0741 100644 --- a/arch/powerpc/platforms/pasemi/Makefile +++ b/arch/powerpc/platforms/pasemi/Makefile @@ -1,3 +1,3 @@ -obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o +obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o obj-$(CONFIG_PPC_PASEMI_CPUFREQ) += cpufreq.o |