diff options
author | Nathan Hand <nathanh@manu.com.au> | 2001-01-08 15:34:25 +0000 |
---|---|---|
committer | Nathan Hand <nathanh@manu.com.au> | 2001-01-08 15:34:25 +0000 |
commit | be15c03e7a02f585908d9b851bec91ad74b76576 (patch) | |
tree | 025718ecb95f0b8acba945ebdb9f517144a71fb4 /linux/compat-pre24.h | |
parent | 98b5d4d26f4e97613afccfe8cb0bb05ad96bc960 (diff) |
merge from trunktdfx-3-0-0-20010108tdfx-3-0-0-branch
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 |