aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/hd.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-16 20:33:48 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-07-16 20:33:48 +0200
commit72a3d651b2fe341a8ae2ca164c395aa3007350cd (patch)
tree53c74ce9f7b3e35df6d0a485eb55a57ab0f9a73e /drivers/block/hd.c
parentupdate the BLK_DEV_HD help text (diff)
downloadlinux-dev-72a3d651b2fe341a8ae2ca164c395aa3007350cd.tar.xz
linux-dev-72a3d651b2fe341a8ae2ca164c395aa3007350cd.zip
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/hd.c')
-rw-r--r--drivers/block/hd.c1
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 @@
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/ioport.h>
-#include <linux/mc146818rtc.h> /* CMOS defines */
#include <linux/init.h>
#include <linux/blkpg.h>
#include <linux/hdreg.h>