commit | ef2f07d31c6b890e0cc3966d4a27fa1d49b740f5 | [log] [tgz] |
---|---|---|
author | Jassi Brar <jassi.brar@samsung.com> | Tue May 18 16:43:40 2010 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Thu May 20 19:37:23 2010 +0900 |
tree | c9b4794a119af6ab37a0ae70f853a8c01ade525f | |
parent | e8a3931d5fb862c0bd21c81b363b729a263dc8d3 [diff] [blame] |
ARM: S5P6440: Define SPI platform devices Define SPI platform devices for the SoC. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
diff --git a/arch/arm/mach-s5p6440/Makefile b/arch/arm/mach-s5p6440/Makefile index 44facf4..be3c53a 100644 --- a/arch/arm/mach-s5p6440/Makefile +++ b/arch/arm/mach-s5p6440/Makefile
@@ -21,3 +21,4 @@ # device support obj-y += dev-audio.o +obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o