]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] remove scsi ioctl from udf/lowlevel.c
authorOlaf Hering <olh@suse.de>
Wed, 20 Oct 2004 01:35:22 +0000 (18:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:35:22 +0000 (18:35 -0700)
I'm not sure why these defines and typedefs exists, the driver compiles
fine without it.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/udf/lowlevel.c

index f7d15571de4e1baf9825718b3c634eba539f5ce2..2da5087dfe05e5eac788a9726e4e09c8b942e27c 100644 (file)
 #include <linux/blkdev.h>
 #include <linux/cdrom.h>
 #include <asm/uaccess.h>
-#include <scsi/scsi.h>
-
-typedef struct scsi_device Scsi_Device;
-typedef struct scsi_cmnd   Scsi_Cmnd;
-
-#include <scsi/scsi_ioctl.h>
 
 #include <linux/udf_fs.h>
 #include "udf_sb.h"