]> git.baikalelectronics.ru Git - kernel.git/commit
ioc3/ioc4: various section fixes
authorJean Delvare <khali@linux-fr.org>
Tue, 15 Dec 2009 02:00:27 +0000 (18:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:27 +0000 (08:53 -0800)
commite5d7fc7e781cb87cd2d6dcab33c460a236f83037
tree3e5eb8efe966320b93ec948c8f95674d79912c5e
parent586b076026937a66ed7e895016bdd6ca9e1f82c7
ioc3/ioc4: various section fixes

Several IOC3 and IOC4 drivers misuse the __devinit and __devexit section
markers.  Use __init and __exit instead as appropriate, then add __devinit
and __devexit where they really belong for PCI drivers.

Also make ioc4_serial_init static.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Pat Gefre <pfg@sgi.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/ioc4.c
drivers/serial/ioc3_serial.c
drivers/serial/ioc4_serial.c
drivers/sn/ioc3.c