|
Lines 57-63
Link Here
|
| 57 |
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0) // { |
57 |
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0) // { |
| 58 |
|
58 |
|
| 59 |
/* If prototype does not match, build will abort here */ |
59 |
/* If prototype does not match, build will abort here */ |
| 60 |
extern void poll_initwait(compat_poll_wqueues *); |
60 |
extern void poll_initwait(struct poll_wqueues *pwq); |
| 61 |
|
61 |
|
| 62 |
#define compat_poll_initwait(wait, table) ( \ |
62 |
#define compat_poll_initwait(wait, table) ( \ |
| 63 |
(wait) = (table), \ |
63 |
(wait) = (table), \ |