diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-04-01 15:42:25 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-04-01 15:42:25 -0400 |
commit | 4fe6e30645de0b7a179892d83049580bf72bcff2 (patch) | |
tree | e3c0d998a0b0c6383c0b93247bf5b722504675cc /drivers/block | |
parent | fcd3ec6960728ff7b4b598c62a68847aa03a94a5 (diff) |
include/linux/hdreg.h: remove unused defines
* Move HD_IRQ define to drivers/block/hd.c (only user).
* Remove unused *_STAT, *_ERR, HD_*, CD, IO, REL and TAG_MASK defines.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/hd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/hd.c b/drivers/block/hd.c index 482c0c4b964f..3c11f062a18c 100644 --- a/drivers/block/hd.c +++ b/drivers/block/hd.c | |||
@@ -42,6 +42,8 @@ | |||
42 | #include <linux/ata.h> | 42 | #include <linux/ata.h> |
43 | #include <linux/hdreg.h> | 43 | #include <linux/hdreg.h> |
44 | 44 | ||
45 | #define HD_IRQ 14 | ||
46 | |||
45 | #define REALLY_SLOW_IO | 47 | #define REALLY_SLOW_IO |
46 | #include <asm/system.h> | 48 | #include <asm/system.h> |
47 | #include <asm/io.h> | 49 | #include <asm/io.h> |