summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-21 23:31:51 +0200
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-06-05 16:27:12 +0200
commit15424921222f2bed0aa92ef1e8bc94f753d2c6ea (patch)
treec0a592d0c986d6ec03e8f9f0b47d9ed437e28970 /drivers/message/fusion/mptbase.h
parent[SCSI] make use of the residue value (diff)
downloadlinux-15424921222f2bed0aa92ef1e8bc94f753d2c6ea.tar.xz
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 '')
-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
* Public data decl's...
*/
extern struct list_head ioc_list;
-extern struct proc_dir_entry *mpt_proc_root_dir;
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#endif /* } __KERNEL__ */