[ar71xx] parse the board parameter from the command line first
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.28 / 960-fix-serial_h-includes.patch
1 commit e611993564bf0bc200c430ef8d25699289c34c70
2 Author: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Tue Feb 3 00:16:19 2009 +0100
4
5 struct serial_rs485 contains __32 fields and is exported to userspace so it
6 needs linux/types.h in userspace aswell.
7
8 --- a/include/linux/serial.h
9 +++ b/include/linux/serial.h
10 @@ -10,8 +10,8 @@
11 #ifndef _LINUX_SERIAL_H
12 #define _LINUX_SERIAL_H
13
14 -#ifdef __KERNEL__
15 #include <linux/types.h>
16 +#ifdef __KERNEL__
17 #include <asm/page.h>
18
19 /*