From 7fa172b2e043f7e1264e09c77b0ca908316ab204 Mon Sep 17 00:00:00 2001 From: markus Date: Fri, 13 Feb 2009 15:13:15 +0000 Subject: - new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply anymore and is integrated upstream now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14500 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.28/960-fix-serial_h-includes.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 target/linux/generic-2.6/patches-2.6.28/960-fix-serial_h-includes.patch (limited to 'target/linux/generic-2.6') diff --git a/target/linux/generic-2.6/patches-2.6.28/960-fix-serial_h-includes.patch b/target/linux/generic-2.6/patches-2.6.28/960-fix-serial_h-includes.patch deleted file mode 100644 index 093ff590b..000000000 --- a/target/linux/generic-2.6/patches-2.6.28/960-fix-serial_h-includes.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit e611993564bf0bc200c430ef8d25699289c34c70 -Author: Lars-Peter Clausen -Date: Tue Feb 3 00:16:19 2009 +0100 - - struct serial_rs485 contains __32 fields and is exported to userspace so it - needs linux/types.h in userspace aswell. - ---- a/include/linux/serial.h -+++ b/include/linux/serial.h -@@ -10,8 +10,8 @@ - #ifndef _LINUX_SERIAL_H - #define _LINUX_SERIAL_H - --#ifdef __KERNEL__ - #include -+#ifdef __KERNEL__ - #include - - /* -- cgit v1.2.3