linux/net/atm
Kevin Hilman b9c6e3e966 [ATM]: Compile error on ARM
atm_proc_exit() is declared as __exit, and thus in .exit.text.  On
some architectures (ARM) .exit.text is discarded at compile time, and
since atm_proc_exit() is called by some other __init functions, it
results in a link error.

Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-08-17 16:29:53 -07:00
..
Kconfig
Makefile [ATM]: basic sysfs support for ATM devices 2006-06-29 16:58:19 -07:00
addr.c
addr.h
atm_misc.c
atm_sysfs.c [ATM]: basic sysfs support for ATM devices 2006-06-29 16:58:19 -07:00
br2684.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
clip.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
common.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
common.h [ATM]: basic sysfs support for ATM devices 2006-06-29 16:58:19 -07:00
ioctl.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ipcommon.c [ATM]: fix possible recursive locking in skb_migrate() 2006-07-08 13:30:52 -07:00
ipcommon.h
lec.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
lec.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
lec_arpc.h
mpc.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
mpc.h
mpoa_caches.c [ATM]: fix broken uses of NIPQUAD in net/atm 2006-06-20 03:27:27 -07:00
mpoa_caches.h
mpoa_proc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pppoatm.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
proc.c [ATM]: Compile error on ARM 2006-08-17 16:29:53 -07:00
protocols.h
pvc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
raw.c
resources.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
resources.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
signaling.c
signaling.h
svc.c