projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f327c1c
)
hd.c: remove the #include <linux/mc146818rtc.h>
author
Adrian Bunk
<bunk@kernel.org>
Wed, 16 Jul 2008 18:33:48 +0000
(20:33 +0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Wed, 16 Jul 2008 18:33:48 +0000
(20:33 +0200)
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>
drivers/block/hd.c
patch
|
blob
|
history
diff --git
a/drivers/block/hd.c
b/drivers/block/hd.c
index 00b695652b2a1444ed50f604143d082b425de410..682243bf2e461b437e29f617a2455fd8c2df5d00 100644
(file)
--- 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>