Augusto Mecking Caringi 9dd0f896d2 net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FS
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/net/atm/lec.c:1062:27: note: each undeclared identifier is
reported only once for each function it appears in

Signed-off-by: Augusto Mecking Caringi <augustocaringi@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-12-28 15:11:32 -05:00
..
2008-06-17 16:20:06 -07:00
2008-01-28 15:00:11 -08:00
2013-03-28 01:20:42 -04:00
2006-12-02 21:32:08 -08:00
2016-12-17 11:56:57 -05:00
2014-04-18 14:20:48 +02:00
2013-04-09 14:13:32 -04:00
2005-04-16 15:20:36 -07:00
2012-08-31 16:14:33 -04:00
2007-02-10 23:19:16 -08:00
2016-05-23 13:51:10 -07:00