commit | 252ac865535e1ea9cc2d28be83f477d8d8b961a2 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Nov 08 21:39:48 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 09 07:56:41 2005 -0800 |
tree | 3ef8678ef14445b5ddebbda6f65c7510e809679f | |
parent | cf62ddce2ee137ff92ad11ae762338b864f1dee5 [diff] |
[PATCH] drivers/message/fusion/mptbase.c: make code static This patch makes the following previously global and EXPORT_SYMBOL'ed code static: - struct mpt_proc_root_dir - int mpt_stm_index Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: James Bottomley <James.Bottomley@steeleye.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>