diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-30 09:27:53 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 09:55:42 +0100 |
commit | 24aff71fa8df0d6a73dab17f3f2285a24b8f658f (patch) | |
tree | 09478aa08ac393279c7830a2d1134385ac19bf52 /arch/mips/lantiq/Makefile | |
parent | 3c5447390c3e1a462913e327a016a55cae501580 (diff) | |
download | op-kernel-dev-24aff71fa8df0d6a73dab17f3f2285a24b8f658f.zip op-kernel-dev-24aff71fa8df0d6a73dab17f3f2285a24b8f658f.tar.gz |
MIPS: Lantiq: Add platform device support
This patch adds the wrappers for registering our platform devices.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralph Hempel <ralph.hempel@lantiq.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2254/
Patchwork: https://patchwork.linux-mips.org/patch/2360/
Patchwork: https://patchwork.linux-mips.org/patch/2359/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/Makefile')
-rw-r--r-- | arch/mips/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/Makefile b/arch/mips/lantiq/Makefile index a268391..e5dae0e 100644 --- a/arch/mips/lantiq/Makefile +++ b/arch/mips/lantiq/Makefile @@ -4,7 +4,7 @@ # under the terms of the GNU General Public License version 2 as published # by the Free Software Foundation. -obj-y := irq.o setup.o clk.o prom.o +obj-y := irq.o setup.o clk.o prom.o devices.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |