diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-05-25 01:13:07 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-25 01:13:07 -0700 |
| commit | 9ee208ea99489c357d152f0e5020d19d33497d67 (patch) | |
| tree | 3a90da473f3c987e3abf1a50671262e6d9a953a8 | |
| parent | cf50f395deee7c2c9f08d1765ec9c99f4d884ad6 (diff) | |
[PATCH] net/sunrpc/sunrpc_syms.c typo fix
From: Frank Cusack <fcusack@fcusack.com>
net/sunrpc/sunrpc_syms.c typo fix
| -rw-r--r-- | net/sunrpc/sunrpc_syms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sunrpc_syms.c b/net/sunrpc/sunrpc_syms.c index b7b05e2197f3..280eb1320bfc 100644 --- a/net/sunrpc/sunrpc_syms.c +++ b/net/sunrpc/sunrpc_syms.c @@ -169,7 +169,7 @@ cleanup_sunrpc(void) #ifdef RPC_DEBUG rpc_unregister_sysctl(); #endif -#ifdef CONFIG_PROCFS +#ifdef CONFIG_PROC_FS rpc_proc_exit(); #endif } |
