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