From 718e92c527026a43b483577b2ef7804bfdd31fb6 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Tue, 11 Jun 2002 00:56:19 -0700 Subject: [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. --- include/linux/blk.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/linux') 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) */ /* -- cgit v1.2.3