diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-30 15:08:05 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-30 15:08:05 +0000 |
commit | bf028c1dedb024858533821798eacee1ce655428 (patch) | |
tree | fe62b3433ef51ebb530d6d67aa34788503432175 /target/linux/s3c24xx/patches-2.6.30 | |
parent | 5a288676515c86f4af3111390ddaf4875965bedc (diff) | |
download | upstream-bf028c1dedb024858533821798eacee1ce655428.tar.gz upstream-bf028c1dedb024858533821798eacee1ce655428.tar.bz2 upstream-bf028c1dedb024858533821798eacee1ce655428.zip |
Get rid of gpio shadowing.
I fail really to see why this would be necessary here. So get rid of it and see if
anything breaks...
SVN-Revision: 17052
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch b/target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch index 5513f980cd..926af21b83 100644 --- a/target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch +++ b/target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch @@ -23,7 +23,7 @@ endif --- a/arch/arm/mach-s3c2442/Makefile +++ b/arch/arm/mach-s3c2442/Makefile -@@ -14,3 +14,9 @@ obj-$(CONFIG_CPU_S3C2442) += clock.o +@@ -14,3 +14,8 @@ obj-$(CONFIG_CPU_S3C2442) += clock.o # Machine support @@ -31,8 +31,7 @@ + gta02-pm-gsm.o \ + gta02-pm-gps.o \ + gta02-pm-bt.o \ -+ gta02-pm-wlan.o \ -+ gta02-shadow.o ++ gta02-pm-wlan.o --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -21,3 +21,6 @@ obj-$(CONFIG_HP_ILO) += hpilo.o |