Re: [PATCH] net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FS

2016-12-28 Thread David Miller
From: Augusto Mecking Caringi Date: Wed, 28 Dec 2016 16:02:05 + > This patch fixes the following warnings when CONFIG_PROC_FS is not set: > > linux/net/atm/lec.c: In function ‘lane_module_cleanup’: > linux/net/atm/lec.c:1062:27: error: ‘atm_proc_root’ undeclared (first > use in this function

[PATCH] net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FS

2016-12-28 Thread Augusto Mecking Caringi
This patch fixes the following warnings when CONFIG_PROC_FS is not set: linux/net/atm/lec.c: In function ‘lane_module_cleanup’: linux/net/atm/lec.c:1062:27: error: ‘atm_proc_root’ undeclared (first use in this function) remove_proc_entry("lec", atm_proc_root); ^ linux/ne