diff options
author | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | 2011-03-23 16:42:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-23 19:46:38 -0700 |
commit | 0dcf334c44d99cd08515f4fc5cc9075abd92b2ff (patch) | |
tree | c0bdffa37435f5a0aec884dcf598bfab0f11149c /drivers/char/Makefile | |
parent | 5883f57ca0008ffc93e09cbb9847a1928e50c6f3 (diff) |
drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatch
commit d2478521afc2022 ("char/ipmi: fix OOPS caused by
pnp_unregister_driver on unregistered driver") introduced a section
mismatch by calling __exit cleanup_ipmi_si from __devinit init_ipmi_si.
Remove __exit annotation from cleanup_ipmi_si.
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Acked-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Makefile')
0 files changed, 0 insertions, 0 deletions