From 7ba6c87efd36eabe97570d69c914b6e3ebffe1b1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 22 Apr 2014 08:08:19 +0000 Subject: Refresh patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refresh uboot-lantiq patches. Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40546 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'package/boot/uboot-lantiq/patches/0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch') diff --git a/package/boot/uboot-lantiq/patches/0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch b/package/boot/uboot-lantiq/patches/0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch index 8e7803ad51..8f486e86e4 100644 --- a/package/boot/uboot-lantiq/patches/0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch +++ b/package/boot/uboot-lantiq/patches/0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch @@ -5,8 +5,6 @@ Subject: net: switchlib: add driver for Lantiq PSB697X switch family Signed-off-by: Daniel Schwierzeck -diff --git a/drivers/net/switch/Makefile b/drivers/net/switch/Makefile -index 31719d8..a426774 100644 --- a/drivers/net/switch/Makefile +++ b/drivers/net/switch/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/config.mk @@ -17,9 +15,6 @@ index 31719d8..a426774 100644 COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) -diff --git a/drivers/net/switch/psb697x.c b/drivers/net/switch/psb697x.c -new file mode 100644 -index 0000000..cb6c391 --- /dev/null +++ b/drivers/net/switch/psb697x.c @@ -0,0 +1,118 @@ @@ -141,8 +136,6 @@ index 0000000..cb6c391 + + switch_driver_register(&psb697x_drv); +} -diff --git a/drivers/net/switch/switch.c b/drivers/net/switch/switch.c -index 0e1d6b7..3d02610 100644 --- a/drivers/net/switch/switch.c +++ b/drivers/net/switch/switch.c @@ -17,6 +17,10 @@ void switch_init(void) @@ -156,11 +149,9 @@ index 0e1d6b7..3d02610 100644 board_switch_init(); } -diff --git a/include/switch.h b/include/switch.h -index 4a7ae63..fd3cdbd 100644 --- a/include/switch.h +++ b/include/switch.h -@@ -97,6 +97,7 @@ static inline void switch_setup(struct switch_device *dev) +@@ -97,6 +97,7 @@ static inline void switch_setup(struct s } /* Init functions for supported Switch drivers */ @@ -168,6 +159,3 @@ index 4a7ae63..fd3cdbd 100644 #endif /* __SWITCH_H */ --- -1.8.3.2 - -- cgit v1.2.3