diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-22 00:31:51 +0300 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-06-05 09:27:12 -0500 |
commit | 15424921222f2bed0aa92ef1e8bc94f753d2c6ea (patch) | |
tree | c0a592d0c986d6ec03e8f9f0b47d9ed437e28970 /drivers/message/fusion/mptbase.h | |
parent | 427e59f09fdba387547106de7bab980b7fff77be (diff) | |
download | blackbird-obmc-linux-15424921222f2bed0aa92ef1e8bc94f753d2c6ea.tar.gz blackbird-obmc-linux-15424921222f2bed0aa92ef1e8bc94f753d2c6ea.zip |
[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.h | 1 |
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 * Public data decl's... */ extern struct list_head ioc_list; -extern struct proc_dir_entry *mpt_proc_root_dir; /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ #endif /* } __KERNEL__ */ |