1 commit e611993564bf0bc200c430ef8d25699289c34c70
2 Author: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Tue Feb 3 00:16:19 2009 +0100
5 struct serial_rs485 contains __32 fields and is exported to userspace so it
6 needs linux/types.h in userspace aswell.
8 diff --git a/include/linux/serial.h b/include/linux/serial.h
9 index 1ea8d92..fa72b39 100644
10 --- a/include/linux/serial.h
11 +++ b/include/linux/serial.h
13 #ifndef _LINUX_SERIAL_H
14 #define _LINUX_SERIAL_H
17 #include <linux/types.h>