diff options
author | Jens Axboe <axboe@suse.de> | 2006-01-16 18:23:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 23:24:45 -0500 |
commit | 1f35f432b9d116f5be4c428d71d39ed9b7d6ff50 (patch) | |
tree | d3533fad8b79b8328a5d4c627e76c5f9a47d213e /drivers/block/ps2esdi.c | |
parent | cd535057f946f8e803db7d485652904af0a2e5f5 (diff) |
[PATCH] Fix drivers/block/ps2esdi.c compile
Looks like fallout from the geo stuff.
Diffstat (limited to 'drivers/block/ps2esdi.c')
-rw-r--r-- | drivers/block/ps2esdi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/ps2esdi.c b/drivers/block/ps2esdi.c index 43415f69839f..bea75f2cb211 100644 --- a/drivers/block/ps2esdi.c +++ b/drivers/block/ps2esdi.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <linux/init.h> | 43 | #include <linux/init.h> |
44 | #include <linux/ioport.h> | 44 | #include <linux/ioport.h> |
45 | #include <linux/module.h> | 45 | #include <linux/module.h> |
46 | #include <linux/hdreg.h> | ||
46 | 47 | ||
47 | #include <asm/system.h> | 48 | #include <asm/system.h> |
48 | #include <asm/io.h> | 49 | #include <asm/io.h> |