diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-19 17:27:27 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-19 17:27:27 -0400 |
commit | 499792ec6dc737467e5486527cef95ed7d74fba9 (patch) | |
tree | b88c4ef9d4491c17f71d26d33e73f05f7c7ea6a0 /net/atm/proc.c | |
parent | 421b20b9c44b3fcdc07d6af875dad5ae86fad014 (diff) | |
parent | d14b50cc60ca465290fcdb3b88e7d5fb684361ed (diff) |
Merge branch 'upstream-fixes' into upstream
Diffstat (limited to 'net/atm/proc.c')
-rw-r--r-- | net/atm/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/proc.c b/net/atm/proc.c index 3f95b0886a6..91fe5f53ff1 100644 --- a/net/atm/proc.c +++ b/net/atm/proc.c @@ -507,7 +507,7 @@ err_out: goto out; } -void __exit atm_proc_exit(void) +void atm_proc_exit(void) { atm_proc_dirs_remove(); } |