From 2fe72cd349e2587d8f1af2c778f1904dd69c75c2 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 15 Aug 2006 02:02:33 -0700 Subject: [PATCH] --- yaml --- r: 33402 b: refs/heads/master c: b9c6e3e96669ade31afd3a39f17393e577b609c5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/atm/proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 35a0f23d5083..ee9658acc7cd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 932f3772cf76cc1b1fd1538ceee3edba9bf2164f +refs/heads/master: b9c6e3e96669ade31afd3a39f17393e577b609c5 diff --git a/trunk/net/atm/proc.c b/trunk/net/atm/proc.c index 3f95b0886a6a..91fe5f53ff11 100644 --- a/trunk/net/atm/proc.c +++ b/trunk/net/atm/proc.c @@ -507,7 +507,7 @@ int __init atm_proc_init(void) goto out; } -void __exit atm_proc_exit(void) +void atm_proc_exit(void) { atm_proc_dirs_remove(); }