Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=41d202d80e829c0a489119ad63d7ece08a9786da
Commit:     41d202d80e829c0a489119ad63d7ece08a9786da
Parent:     f54f098612d7f86463b5fb4763d03533d634de73
Author:     Herton Ronaldo Krzesinski <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 31 00:38:52 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 15:39:40 2007 -0700

    Include serial_reg.h with userspace headers
    
    As reported by Gustavo de Nardin <[EMAIL PROTECTED]>, 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 <[EMAIL PROTECTED]>
    Cc: Gustavo de Nardin <[EMAIL PROTECTED]>
    Cc: David Woodhouse <[EMAIL PROTECTED]>
    Cc: Russell King <[EMAIL PROTECTED]>
    Cc: <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index bcf875e..ad7f71a 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -137,6 +137,7 @@ header-y += radeonfb.h
 header-y += raw.h
 header-y += resource.h
 header-y += rose.h
+header-y += serial_reg.h
 header-y += smbno.h
 header-y += snmp.h
 header-y += sockios.h
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to