X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fatm%2Fproc.c;h=4041054e528252442b672830f710604d9a91b4c8;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=91fe5f53ff112377755054d16ff82cd599dd54a5;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/net/atm/proc.c b/net/atm/proc.c index 91fe5f53f..4041054e5 100644 --- a/net/atm/proc.c +++ b/net/atm/proc.c @@ -8,6 +8,7 @@ * the reader. */ +#include #include /* for EXPORT_SYMBOL */ #include #include @@ -507,7 +508,7 @@ err_out: goto out; } -void atm_proc_exit(void) +void __exit atm_proc_exit(void) { atm_proc_dirs_remove(); }