summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-06-11 00:56:19 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-06-11 00:56:19 -0700
commit718e92c527026a43b483577b2ef7804bfdd31fb6 (patch)
tree21b9bde46cba3cc3a4e423227e4f620eff57d6b0 /include/linux
parent9437b796e361afbe642de52787cf5f7be407a3fc (diff)
[PATCH] (13/14) resync
ditto for DEVICE_INTR/CLEAR_INTR. do_mfm/do_acsi/do_hd/... are explicitly declared in the drivers that use DEVICE_INTR stuff; DEVICE_INTR/CLEAR_INTR is gone from blk.h.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blk.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/blk.h b/include/linux/blk.h
index 8ec604d2f605..1606f78a5f59 100644
--- a/include/linux/blk.h
+++ b/include/linux/blk.h
@@ -108,13 +108,6 @@ extern inline struct request *elv_next_request(request_queue_t *q)
# define CURRENT elv_next_request(QUEUE)
#endif
-#ifdef DEVICE_INTR
-static void (*DEVICE_INTR)(void) = NULL;
-# define CLEAR_INTR DEVICE_INTR = NULL
-# else
-# define CLEAR_INTR
-# endif
-
#endif /* !defined(IDE_DRIVER) */
/*