summaryrefslogtreecommitdiff
path: root/linux/compat-pre24.h
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2001-02-21 16:06:10 +0000
committerRik Faith <faith@alephnull.com>2001-02-21 16:06:10 +0000
commitc4a247d26228b2506fcb1c5cac2302a22e91219e (patch)
treec133781ce7a59136b0ff66918b21237dbe9cdb79 /linux/compat-pre24.h
parent48768df6c3197dea8f68fc69795c5aa820ce5678 (diff)
Add Linux 2.2.x support for stubs
Diffstat (limited to 'linux/compat-pre24.h')
-rw-r--r--linux/compat-pre24.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/compat-pre24.h b/linux/compat-pre24.h
index f6dae008..0ad96b12 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