diff options
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 3 |
1 files changed, 0 insertions, 3 deletions
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__ */ |