mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[s3c24xx] 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... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17052 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user