diff options
Diffstat (limited to 'linux/compat-pre24.h')
-rw-r--r-- | linux/compat-pre24.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/compat-pre24.h b/linux/compat-pre24.h index f6dae008d..0ad96b12a 100644 --- a/linux/compat-pre24.h +++ b/linux/compat-pre24.h @@ -45,6 +45,7 @@ /* This is a hack that only works for this code base -- because we always call this with dev->tq.* */ +#undef INIT_LIST_HEAD #define INIT_LIST_HEAD(pointer) dev->tq.next = NULL #endif |