[patch 15/15] remove unused LOCAL_END_REQUEST

From: domen
Date: Sat Mar 05 2005 - 17:59:15 EST




Remove last occurence of LOCAL_END_REQUEST.

domen@nd47:~/kernel/c$ grep LOCAL_END_REQUEST -R .
./drivers/block/floppy.c:#define LOCAL_END_REQUEST

Signed-off-by: Domen Puncer <domen@xxxxxxxxxxxx>
---


kj-domen/drivers/block/floppy.c | 1 -
1 files changed, 1 deletion(-)

diff -puN drivers/block/floppy.c~unused_define-drivers_block_floppy drivers/block/floppy.c
--- kj/drivers/block/floppy.c~unused_define-drivers_block_floppy 2005-03-05 16:13:19.000000000 +0100
+++ kj-domen/drivers/block/floppy.c 2005-03-05 16:13:19.000000000 +0100
@@ -242,7 +242,6 @@ static int allowed_drive_mask = 0x33;

static int irqdma_allocated;

-#define LOCAL_END_REQUEST
#define DEVICE_NAME "floppy"

#include <linux/blkdev.h>
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/