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

Collapse All | Expand All

(-)drivers/kcompat.h (+5 lines)
Lines 162-167 Link Here
162
#define MODULE_DEVICE_TABLE(x,y)
162
#define MODULE_DEVICE_TABLE(x,y)
163
#endif
163
#endif
164
164
165
#include <linux/interrupt.h>
165
#ifndef IRQ_RETVAL
166
#ifndef IRQ_RETVAL
166
typedef void irqreturn_t;
167
typedef void irqreturn_t;
167
#define IRQ_NONE
168
#define IRQ_NONE
Lines 226-229 Link Here
226
227
227
#endif
228
#endif
228
229
230
#ifndef I2C_ALGO_BIT
231
#   define I2C_ALGO_BIT 0
232
#endif
233
229
#endif /* _KCOMPAT_H */
234
#endif /* _KCOMPAT_H */

Return to bug 111363