diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2007-07-31 03:38:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:40 -0400 |
commit | 41d202d80e829c0a489119ad63d7ece08a9786da (patch) | |
tree | 2924723e2441a0fef0e3097a4f64423895e198df /include/linux/Kbuild | |
parent | f54f098612d7f86463b5fb4763d03533d634de73 (diff) |
Include serial_reg.h with userspace headers
As reported by Gustavo de Nardin <gustavodn@mandriva.com.br>, while trying to
compile xosview (http://xosview.sourceforge.net/) with upstream kernel
headers being used you get the following errors:
serialmeter.cc:48:30: error: linux/serial_reg.h: No such file or directory
serialmeter.cc: In member function 'virtual void
SerialMeter::checkResources()':
serialmeter.cc:71: error: 'UART_LSR' was not declared in this scope
serialmeter.cc:71: error: 'UART_MSR' was not declared in this scope
...
Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: Gustavo de Nardin <gustavodn@mandriva.com.br>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bcf875e844fe..ad7f71a81b0a 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -137,6 +137,7 @@ header-y += radeonfb.h | |||
137 | header-y += raw.h | 137 | header-y += raw.h |
138 | header-y += resource.h | 138 | header-y += resource.h |
139 | header-y += rose.h | 139 | header-y += rose.h |
140 | header-y += serial_reg.h | ||
140 | header-y += smbno.h | 141 | header-y += smbno.h |
141 | header-y += snmp.h | 142 | header-y += snmp.h |
142 | header-y += sockios.h | 143 | header-y += sockios.h |