diff options
Diffstat (limited to 'drivers/message/fusion')
-rw-r--r-- | drivers/message/fusion/mptbase.c | 7 | ||||
-rw-r--r-- | drivers/message/fusion/mptbase.h | 3 | ||||
-rw-r--r-- | drivers/message/fusion/mptctl.c | 1 | ||||
-rw-r--r-- | drivers/message/fusion/mptctl.h | 1 | ||||
-rw-r--r-- | drivers/message/fusion/mptlan.h | 1 |
5 files changed, 2 insertions, 11 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 790a2932ded9..74022316fc63 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
@@ -47,7 +47,6 @@ | |||
47 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 47 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
48 | 48 | ||
49 | #include <linux/config.h> | 49 | #include <linux/config.h> |
50 | #include <linux/version.h> | ||
51 | #include <linux/kernel.h> | 50 | #include <linux/kernel.h> |
52 | #include <linux/module.h> | 51 | #include <linux/module.h> |
53 | #include <linux/errno.h> | 52 | #include <linux/errno.h> |
@@ -92,9 +91,9 @@ static int mfcounter = 0; | |||
92 | * Public data... | 91 | * Public data... |
93 | */ | 92 | */ |
94 | int mpt_lan_index = -1; | 93 | int mpt_lan_index = -1; |
95 | int mpt_stm_index = -1; | 94 | static int mpt_stm_index = -1; |
96 | 95 | ||
97 | struct proc_dir_entry *mpt_proc_root_dir; | 96 | static struct proc_dir_entry *mpt_proc_root_dir; |
98 | 97 | ||
99 | #define WHOINIT_UNKNOWN 0xAA | 98 | #define WHOINIT_UNKNOWN 0xAA |
100 | 99 | ||
@@ -6272,7 +6271,6 @@ EXPORT_SYMBOL(mpt_resume); | |||
6272 | EXPORT_SYMBOL(mpt_suspend); | 6271 | EXPORT_SYMBOL(mpt_suspend); |
6273 | #endif | 6272 | #endif |
6274 | EXPORT_SYMBOL(ioc_list); | 6273 | EXPORT_SYMBOL(ioc_list); |
6275 | EXPORT_SYMBOL(mpt_proc_root_dir); | ||
6276 | EXPORT_SYMBOL(mpt_register); | 6274 | EXPORT_SYMBOL(mpt_register); |
6277 | EXPORT_SYMBOL(mpt_deregister); | 6275 | EXPORT_SYMBOL(mpt_deregister); |
6278 | EXPORT_SYMBOL(mpt_event_register); | 6276 | EXPORT_SYMBOL(mpt_event_register); |
@@ -6290,7 +6288,6 @@ EXPORT_SYMBOL(mpt_verify_adapter); | |||
6290 | EXPORT_SYMBOL(mpt_GetIocState); | 6288 | EXPORT_SYMBOL(mpt_GetIocState); |
6291 | EXPORT_SYMBOL(mpt_print_ioc_summary); | 6289 | EXPORT_SYMBOL(mpt_print_ioc_summary); |
6292 | EXPORT_SYMBOL(mpt_lan_index); | 6290 | EXPORT_SYMBOL(mpt_lan_index); |
6293 | EXPORT_SYMBOL(mpt_stm_index); | ||
6294 | EXPORT_SYMBOL(mpt_HardResetHandler); | 6291 | EXPORT_SYMBOL(mpt_HardResetHandler); |
6295 | EXPORT_SYMBOL(mpt_config); | 6292 | EXPORT_SYMBOL(mpt_config); |
6296 | EXPORT_SYMBOL(mpt_toolbox); | 6293 | EXPORT_SYMBOL(mpt_toolbox); |
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index e7efeb7740b9..8ad277a9afa1 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -49,7 +49,6 @@ | |||
49 | #define MPTBASE_H_INCLUDED | 49 | #define MPTBASE_H_INCLUDED |
50 | /*{-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 50 | /*{-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
51 | 51 | ||
52 | #include <linux/version.h> | ||
53 | #include <linux/config.h> | 52 | #include <linux/config.h> |
54 | #include <linux/kernel.h> | 53 | #include <linux/kernel.h> |
55 | #include <linux/pci.h> | 54 | #include <linux/pci.h> |
@@ -1007,10 +1006,8 @@ extern int mptbase_sas_persist_operation(MPT_ADAPTER *ioc, u8 persist_opcode); | |||
1007 | * Public data decl's... | 1006 | * Public data decl's... |
1008 | */ | 1007 | */ |
1009 | extern struct list_head ioc_list; | 1008 | extern struct list_head ioc_list; |
1010 | extern struct proc_dir_entry *mpt_proc_root_dir; | ||
1011 | 1009 | ||
1012 | extern int mpt_lan_index; /* needed by mptlan.c */ | 1010 | extern int mpt_lan_index; /* needed by mptlan.c */ |
1013 | extern int mpt_stm_index; /* needed by mptstm.c */ | ||
1014 | 1011 | ||
1015 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 1012 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
1016 | #endif /* } __KERNEL__ */ | 1013 | #endif /* } __KERNEL__ */ |
diff --git a/drivers/message/fusion/mptctl.c b/drivers/message/fusion/mptctl.c index cb2d59d5f5af..602138f8544d 100644 --- a/drivers/message/fusion/mptctl.c +++ b/drivers/message/fusion/mptctl.c | |||
@@ -45,7 +45,6 @@ | |||
45 | */ | 45 | */ |
46 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 46 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
47 | 47 | ||
48 | #include <linux/version.h> | ||
49 | #include <linux/kernel.h> | 48 | #include <linux/kernel.h> |
50 | #include <linux/module.h> | 49 | #include <linux/module.h> |
51 | #include <linux/errno.h> | 50 | #include <linux/errno.h> |
diff --git a/drivers/message/fusion/mptctl.h b/drivers/message/fusion/mptctl.h index 28754a9cb803..518996e03481 100644 --- a/drivers/message/fusion/mptctl.h +++ b/drivers/message/fusion/mptctl.h | |||
@@ -49,7 +49,6 @@ | |||
49 | #define MPTCTL_H_INCLUDED | 49 | #define MPTCTL_H_INCLUDED |
50 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 50 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
51 | 51 | ||
52 | #include "linux/version.h" | ||
53 | 52 | ||
54 | 53 | ||
55 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 54 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
diff --git a/drivers/message/fusion/mptlan.h b/drivers/message/fusion/mptlan.h index 750e343eb981..3726ecba5707 100644 --- a/drivers/message/fusion/mptlan.h +++ b/drivers/message/fusion/mptlan.h | |||
@@ -66,7 +66,6 @@ | |||
66 | #include <linux/slab.h> | 66 | #include <linux/slab.h> |
67 | #include <linux/miscdevice.h> | 67 | #include <linux/miscdevice.h> |
68 | #include <linux/spinlock.h> | 68 | #include <linux/spinlock.h> |
69 | #include <linux/version.h> | ||
70 | #include <linux/workqueue.h> | 69 | #include <linux/workqueue.h> |
71 | #include <linux/delay.h> | 70 | #include <linux/delay.h> |
72 | // #include <linux/trdevice.h> | 71 | // #include <linux/trdevice.h> |