The patch titled Include serial_reg.h with userspace headers has been added to the -mm tree. Its filename is include-serial_regh-with-userspace-headers.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Include serial_reg.h with userspace headers From: Herton Ronaldo Krzesinski <herton@xxxxxxxxxxxxxxx> As reported by Gustavo de Nardin <gustavodn@xxxxxxxxxxxxxxx>, 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@xxxxxxxxxxxxxxx> Cc: Gustavo de Nardin <gustavodn@xxxxxxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/Kbuild | 1 + 1 files changed, 1 insertion(+) diff -puN include/linux/Kbuild~include-serial_regh-with-userspace-headers include/linux/Kbuild --- a/include/linux/Kbuild~include-serial_regh-with-userspace-headers +++ a/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 _ Patches currently in -mm which might be from herton@xxxxxxxxxxxxxxx are include-serial_regh-with-userspace-headers.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html