提交 0d66afe7 编写于 作者: A Adrian Bunk 提交者: Jeff Garzik

make s2io.c:init_tti() static

Make the needlessly global init_tti() static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Acked-by: N"Ramkrishna Vepa" <Ramkrishna.Vepa@neterion.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 f9e7d100
......@@ -1088,7 +1088,7 @@ static int s2io_print_pci_mode(struct s2io_nic *nic)
* '-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;
register u64 val64 = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册