diff options
author | Jens Axboe <axboe@suse.de> | 2006-01-17 00:23:49 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 20:24:45 -0800 |
commit | 1f35f432b9d116f5be4c428d71d39ed9b7d6ff50 (patch) | |
tree | d3533fad8b79b8328a5d4c627e76c5f9a47d213e | |
parent | cd535057f946f8e803db7d485652904af0a2e5f5 (diff) |
[PATCH] Fix drivers/block/ps2esdi.c compile
Looks like fallout from the geo stuff.
-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 @@ #include <linux/init.h> #include <linux/ioport.h> #include <linux/module.h> +#include <linux/hdreg.h> #include <asm/system.h> #include <asm/io.h> |