make s2io.c:init_tti() static
Make the needlessly global init_tti() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: "Ramkrishna Vepa" <Ramkrishna.Vepa@neterion.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -1088,7 +1088,7 @@ static int s2io_print_pci_mode(struct s2io_nic *nic)
|
|||||||
* '-1' on failure
|
* '-1' on failure
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int init_tti(struct s2io_nic *nic, int link)
|
static int init_tti(struct s2io_nic *nic, int link)
|
||||||
{
|
{
|
||||||
struct XENA_dev_config __iomem *bar0 = nic->bar0;
|
struct XENA_dev_config __iomem *bar0 = nic->bar0;
|
||||||
register u64 val64 = 0;
|
register u64 val64 = 0;
|
||||||
|
Reference in New Issue
Block a user