From: Adrian Bunk This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk Acked-by: "Moore, Eric Dean" Signed-off-by: Andrew Morton --- drivers/message/fusion/mptfc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/message/fusion/mptfc.c~drivers-message-fusion-mptfcc-make-2-functions-static drivers/message/fusion/mptfc.c --- 25/drivers/message/fusion/mptfc.c~drivers-message-fusion-mptfcc-make-2-functions-static Fri Jan 27 13:51:57 2006 +++ 25-akpm/drivers/message/fusion/mptfc.c Fri Jan 27 13:51:57 2006 @@ -156,7 +156,7 @@ MODULE_DEVICE_TABLE(pci, mptfc_pci_table static struct scsi_transport_template *mptfc_transport_template = NULL; -struct fc_function_template mptfc_transport_functions = { +static struct fc_function_template mptfc_transport_functions = { .dd_fcrport_size = 8, .show_host_node_name = 1, .show_host_port_name = 1, _