[PATCH] aoe: fix __init calling __exit

2005-01-17 Thread Greg KH
ChangeSet 1.2333, 2005/01/14 12:09:10-08:00, [EMAIL PROTECTED] [PATCH] aoe: fix __init calling __exit Russell King <[EMAIL PROTECTED]> writes: > static void __exit > aoe_exit(void) > { > ... > } > > static int __init > aoe_init(void) > { > ..

[PATCH] aoe: fix __init calling __exit

2005-01-17 Thread Greg KH
ChangeSet 1.2333, 2005/01/14 12:09:10-08:00, [EMAIL PROTECTED] [PATCH] aoe: fix __init calling __exit Russell King [EMAIL PROTECTED] writes: static void __exit aoe_exit(void) { ... } static int __init aoe_init(void) { ... aoe_exit(); ... } Thanks