diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-06 15:19:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 16:57:53 -0700 |
commit | 41b1bce80b43f7c6a6c64006b2abe3a8d52ab120 (patch) | |
tree | 729b4693ea52f4fcd53bfe5474d6c274bc2347ca /arch/arm/mach-pxa/Makefile | |
parent | aac51f09d96a0acfb73c1d1c0796358bb47ea07b (diff) | |
download | kernel_samsung_espresso10-41b1bce80b43f7c6a6c64006b2abe3a8d52ab120.zip kernel_samsung_espresso10-41b1bce80b43f7c6a6c64006b2abe3a8d52ab120.tar.gz kernel_samsung_espresso10-41b1bce80b43f7c6a6c64006b2abe3a8d52ab120.tar.bz2 |
[PATCH] w100fb: Update corgi platform code to match new driver
This patch moves the platform specific Sharp SL-C7x0 LCD code from the
w100fb driver into a more appropriate place and updates the Corgi code to
match the new w100fb driver.
It also updates the corgi touchscreen code to match the new simplified
interface available from w100fb.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/arm/mach-pxa/Makefile')
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index efc2f65..33dae99 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile @@ -11,7 +11,7 @@ obj-$(CONFIG_PXA27x) += pxa27x.o obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o obj-$(CONFIG_ARCH_PXA_IDP) += idp.o -obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o ssp.o +obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o ssp.o obj-$(CONFIG_MACH_POODLE) += poodle.o # Support for blinky lights |