Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fe0a8c8 authored by John W. Linville's avatar John W. Linville
Browse files

arlan: fix warning when PROC_FS=n



drivers/net/wireless/arlan-proc.c:1216: warning: 'arlan_root_table' defined but not used

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a9f46786
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1197,13 +1197,6 @@ static ctl_table arlan_table[] =

#else

static ctl_table arlan_table[MAX_ARLANS + 1] =
{
	{ .ctl_name = 0 }
};
#endif
#else

static ctl_table arlan_table[MAX_ARLANS + 1] =
{
	{ .ctl_name = 0 }
@@ -1233,7 +1226,6 @@ static ctl_table arlan_root_table[] =
//};


#ifdef CONFIG_PROC_FS
static struct ctl_table_header *arlan_device_sysctl_header;

int __init init_arlan_proc(void)