Commit 13f56f51 authored by Olaf Hering's avatar Olaf Hering Committed by Linus Torvalds

[PATCH] remove scsi ioctl from udf/lowlevel.c

I'm not sure why these defines and typedefs exists, the driver compiles
fine without it.
Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 12df409b
......@@ -27,12 +27,6 @@
#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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment