Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156938 | Differences between
and this patch

Collapse All | Expand All

(-)ltmodem-2.6-alk-8.old/serial.c (+2 lines)
Lines 99-105 Link Here
99
*/
99
*/
100
100
101
#include <linux/version.h>
101
#include <linux/version.h>
102
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
102
#include <linux/config.h>
103
#include <linux/config.h>
104
#endif
103
#include <linux/module.h>
105
#include <linux/module.h>
104
#include <linux/tty.h>
106
#include <linux/tty.h>
105
#include <linux/ioport.h>
107
#include <linux/ioport.h>

Return to bug 156938