[PATCH] Fix drivers/block/ps2esdi.c compile
authorJens Axboe <axboe@suse.de>
Mon, 16 Jan 2006 23:23:49 +0000 (00:23 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 04:24:45 +0000 (20:24 -0800)
Looks like fallout from the geo stuff.

drivers/block/ps2esdi.c

index 43415f6..bea75f2 100644 (file)
@@ -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>