diff options
| author | Domen Puncer <domen@coderock.org> | 2006-01-14 20:20:28 -0500 |
|---|---|---|
| committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-14 20:20:28 -0500 |
| commit | 46a9f65f8bb39778646b83220d9619aff1490bcd (patch) | |
| tree | eec8e012e2d273e6a14de17a4e51ef88a04ea46d /drivers | |
| parent | f1c3ddff84981bbe3bedd60a6330057e8f1f8ef5 (diff) | |
remove unused LOCAL_END_REQUEST
Remove the last occurence of LOCAL_END_REQUEST.
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/block/floppy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index 374621a512e0..d23b54332d7e 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
| @@ -242,7 +242,6 @@ static int allowed_drive_mask = 0x33; | |||
| 242 | 242 | ||
| 243 | static int irqdma_allocated; | 243 | static int irqdma_allocated; |
| 244 | 244 | ||
| 245 | #define LOCAL_END_REQUEST | ||
| 246 | #define DEVICE_NAME "floppy" | 245 | #define DEVICE_NAME "floppy" |
| 247 | 246 | ||
| 248 | #include <linux/blkdev.h> | 247 | #include <linux/blkdev.h> |
