diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-29 14:21:57 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-29 14:21:57 -0800 |
commit | f747307ed1defcdfd37a3ef84c48e3138691cd26 (patch) | |
tree | 137e2fe4178b0ca77005a92f208a6a1f2055ef37 /drivers/message/fusion/mptbase.h | |
parent | 325f04dbca60a4cfe4ac25e7cf246edd07eb4c5f (diff) | |
download | blackbird-op-linux-f747307ed1defcdfd37a3ef84c48e3138691cd26.tar.gz blackbird-op-linux-f747307ed1defcdfd37a3ef84c48e3138691cd26.zip |
Revert "[PATCH] drivers/message/fusion/mptbase.c: make code static"
This reverts commit 252ac865535e1ea9cc2d28be83f477d8d8b961a2.
It impacts the LSI customers using the mptstm target mode drivers
(source tar-ball at
ftp://ftp.lsil.com/HostAdapterDrivers/linux/Fusion-MPT/mptstm-1.00.13-src.tar.gz
for those who care).
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 8ad277a9afa1..5f5b3fb5b4d7 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -1006,8 +1006,10 @@ extern int mptbase_sas_persist_operation(MPT_ADAPTER *ioc, u8 persist_opcode); * Public data decl's... */ extern struct list_head ioc_list; +extern struct proc_dir_entry *mpt_proc_root_dir; extern int mpt_lan_index; /* needed by mptlan.c */ +extern int mpt_stm_index; /* needed by mptstm.c */ /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ #endif /* } __KERNEL__ */ |