commit | 4b8497276a96928bcb5947cc44e61f8b69fe66ac | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sat Jun 25 14:58:52 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:25:00 2005 -0700 |
tree | ec89c4c976303782cbc7f1e2c9ac8219f9938e94 | |
parent | 9a5f04bf798254390f89445ecf0b6f4c70ddc1f8 [diff] |
[PATCH] drivers/char/isicom.c: section fixes This patch fixes the following bugs: - __exit unregister_ioregion and unregister_drivers were called by __init isicom_init - __init isicom_init was called by __devinit isicom_setup Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>