aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-21 17:31:51 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-06-05 10:27:12 -0400
commit15424921222f2bed0aa92ef1e8bc94f753d2c6ea (patch)
treec0a592d0c986d6ec03e8f9f0b47d9ed437e28970 /drivers/message/fusion/mptbase.h
parent427e59f09fdba387547106de7bab980b7fff77be (diff)
[SCSI] mpt fusion: make struct mpt_proc_root_dir static
This patch makes the needlessly global struct mpt_proc_root_dir static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: "Prakash, Sathya" <Sathya.Prakash@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r--drivers/message/fusion/mptbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h
index a8f617447d22..b3e470c99374 100644
--- a/drivers/message/fusion/mptbase.h
+++ b/drivers/message/fusion/mptbase.h
@@ -919,7 +919,6 @@ extern int mpt_raid_phys_disk_pg0(MPT_ADAPTER *ioc, u8 phys_disk_num, pRaidPhys
919 * Public data decl's... 919 * Public data decl's...
920 */ 920 */
921extern struct list_head ioc_list; 921extern struct list_head ioc_list;
922extern struct proc_dir_entry *mpt_proc_root_dir;
923 922
924/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 923/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
925#endif /* } __KERNEL__ */ 924#endif /* } __KERNEL__ */