diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-16 14:33:48 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:48 -0400 |
commit | 72a3d651b2fe341a8ae2ca164c395aa3007350cd (patch) | |
tree | 53c74ce9f7b3e35df6d0a485eb55a57ab0f9a73e /drivers/block | |
parent | f327c1c33f4882c70f29ff3a9ff7c55c1951d1f6 (diff) |
hd.c: remove the #include <linux/mc146818rtc.h>
The code that needed this #include was removed one year ago.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: rmk@arm.linux.org.uk
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/hd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/hd.c b/drivers/block/hd.c index 00b695652b2a..682243bf2e46 100644 --- a/drivers/block/hd.c +++ b/drivers/block/hd.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #include <linux/slab.h> | 37 | #include <linux/slab.h> |
38 | #include <linux/string.h> | 38 | #include <linux/string.h> |
39 | #include <linux/ioport.h> | 39 | #include <linux/ioport.h> |
40 | #include <linux/mc146818rtc.h> /* CMOS defines */ | ||
41 | #include <linux/init.h> | 40 | #include <linux/init.h> |
42 | #include <linux/blkpg.h> | 41 | #include <linux/blkpg.h> |
43 | #include <linux/hdreg.h> | 42 | #include <linux/hdreg.h> |