Root/
| 1 | --- a/include/linux/compat-2.6.36.h |
| 2 | +++ b/include/linux/compat-2.6.36.h |
| 3 | @@ -120,6 +120,9 @@ static inline void tty_unlock(void) __re |
| 4 | #define tty_locked() (kernel_locked()) |
| 5 | |
| 6 | #define usleep_range(_min, _max) msleep((_max) / 1000) |
| 7 | + |
| 8 | +#define PCI_EEPROM_WIDTH_93C86 8 |
| 9 | + |
| 10 | #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)) */ |
| 11 | |
| 12 | #endif /* LINUX_26_36_COMPAT_H */ |
| 13 |
