ipmi: fix __init and __exit attribute locations
authorCorey Minyard <cminyard@mvista.com>
Wed, 27 Oct 2010 22:34:18 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:13 +0000 (18:03 -0700)
commit60ee6d5faf5f7920ba88b82c072864596f5b88af
treed3d861b091073e863a4befcd25019f98944a3098
parent03145beb455cf5c20a761e8451e30b8a74ba58d9
ipmi: fix __init and __exit attribute locations

__init and __exit belong after the return type on functions, not
before.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/ipmi/ipmi_devintf.c
drivers/char/ipmi/ipmi_msghandler.c
drivers/char/ipmi/ipmi_si_intf.c