summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorChristoph Hellwig2005-10-31 18:32:08 +0100
committerJames Bottomley2005-11-09 21:48:20 +0100
commitf64a181d898e0518d5ae90c4870069510de977e1 (patch)
treef7ef817d9bd1804e59220f70d97c2ae6f5f7a2f5 /drivers/block
parent[SCSI] remove Scsi_Pointer typedef (diff)
downloadkernel-qcow2-linux-f64a181d898e0518d5ae90c4870069510de977e1.tar.gz
kernel-qcow2-linux-f64a181d898e0518d5ae90c4870069510de977e1.tar.xz
kernel-qcow2-linux-f64a181d898e0518d5ae90c4870069510de977e1.zip
[SCSI] remove Scsi_Device typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/acsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/acsi.c b/drivers/block/acsi.c
index 0e1f34fef0c8..5d2d649f7e8d 100644
--- a/drivers/block/acsi.c
+++ b/drivers/block/acsi.c
@@ -58,7 +58,6 @@
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <scsi/scsi.h> /* for SCSI_IOCTL_GET_IDLUN */
-typedef void Scsi_Device; /* hack to avoid including scsi.h */
#include <scsi/scsi_ioctl.h>
#include <linux/hdreg.h> /* for HDIO_GETGEO */
#include <linux/blkpg.h>