]> bbs.cooldavid.org Git - net-next-2.6.git/commit
trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c
authorPeter Huewe <peterhuewe@gmx.de>
Sat, 22 Aug 2009 23:46:55 +0000 (01:46 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:58 +0000 (15:14 +0200)
commit0e6b9e8c2c7b55569333a15e39d684dec986e226
tree39d171da2f252e2ddca551a470114701ea3cff67
parenta419aef8b858a2bdb98df60336063d28df4b272f
trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c

Trivial patch which adds the __init to the module_init function of
drivers/char/ipmi/ipmy_poweroff.c and corrects the location of __exit for the
cleanup function.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Acked-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/char/ipmi/ipmi_poweroff.c