diff options
Diffstat (limited to 'drivers/scsi/sd_ioctl.c')
-rw-r--r-- | drivers/scsi/sd_ioctl.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/scsi/sd_ioctl.c b/drivers/scsi/sd_ioctl.c index 599a2a320..5ca3f63e9 100644 --- a/drivers/scsi/sd_ioctl.c +++ b/drivers/scsi/sd_ioctl.c @@ -1,5 +1,6 @@ #include <linux/kernel.h> #include <linux/sched.h> +#include <linux/mm.h> #include <linux/fs.h> #include <linux/hdreg.h> #include <linux/errno.h> @@ -72,3 +73,19 @@ int sd_ioctl(struct inode * inode, struct file * file, unsigned int cmd, unsigne return scsi_ioctl(rscsi_disks[MINOR(dev) >> 4].device , cmd, (void *) arg); } } +/* + * Overrides for Emacs so that we follow Linus's tabbing style. + * Emacs will notice this stuff at the end of the file and automatically + * adjust the settings for this buffer only. This must remain at the end + * of the file. + * --------------------------------------------------------------------------- + * Local variables: + * c-indent-level: 8 + * c-brace-imaginary-offset: 0 + * c-brace-offset: -8 + * c-argdecl-indent: 8 + * c-label-offset: -8 + * c-continued-statement-offset: 8 + * c-continued-brace-offset: 0 + * End: + */ |