Commit 9693cbcc authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley

[PATCH] janitor: cleanup includes in osst

From: Randy Hron <rwhron@earthlink.net>

Remove unneccessary version.h #include.

 linux-260-t5bk12-kj-rddunlap/drivers/scsi/osst.c |    1 -
 1 files changed, 1 deletion(-)
parent ed340ec4
...@@ -45,7 +45,6 @@ const char * osst_version = "0.99.0"; ...@@ -45,7 +45,6 @@ const char * osst_version = "0.99.0";
#include <linux/fcntl.h> #include <linux/fcntl.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/version.h>
#include <linux/blkdev.h> #include <linux/blkdev.h>
#include <linux/devfs_fs_kernel.h> #include <linux/devfs_fs_kernel.h>
#include <asm/uaccess.h> #include <asm/uaccess.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