drivers/firmware/iscsi_ibft.c: make 3 functions static
authorAdrian Bunk <bunk@kernel.org>
Tue, 12 Aug 2008 19:43:59 +0000 (15:43 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Oct 2008 16:24:48 +0000 (09:24 -0700)
This patch makes the following needlessly global functions static:
- ibft_attr_show_initiator()
- ibft_attr_show_nic()
- ibft_attr_show_target()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Konrad Rzeszutek <ketuzsezr@darnok.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found