diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-18 00:41:57 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-22 12:56:32 -0400 |
commit | 58be3fb09b0a140e086475e8d34f72e366c6994b (patch) | |
tree | 34ae13ea4f73b382b3bd50c1b789e8b85126f4ed | |
parent | 2eb3882889ed1caff152e853ebb4d979ed8aae1c (diff) |
Staging: SLICOSS: remove unused #include <version.h>
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/staging/slicoss/slicoss.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/slicoss/slicoss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss/slicoss.c index 69f3ea2419bb..6ef9274a1a6c 100644 --- a/drivers/staging/slicoss/slicoss.c +++ b/drivers/staging/slicoss/slicoss.c | |||
@@ -54,7 +54,6 @@ | |||
54 | * IS-NIC driver. | 54 | * IS-NIC driver. |
55 | */ | 55 | */ |
56 | 56 | ||
57 | #include <linux/version.h> | ||
58 | 57 | ||
59 | #define SLIC_DUMP_ENABLED 0 | 58 | #define SLIC_DUMP_ENABLED 0 |
60 | #define KLUDGE_FOR_4GB_BOUNDARY 1 | 59 | #define KLUDGE_FOR_4GB_BOUNDARY 1 |