]> Git Repo - linux.git/commit
ioc3/ioc4: various section fixes
authorJean Delvare <[email protected]>
Tue, 15 Dec 2009 02:00:27 +0000 (18:00 -0800)
committerLinus Torvalds <[email protected]>
Tue, 15 Dec 2009 16:53:27 +0000 (08:53 -0800)
commit2ea5d35a49f5c89d1d2d677fe90c71ad5a6278b6
tree3e5eb8efe966320b93ec948c8f95674d79912c5e
parente4c570c4cb7a95dbfafa3d016d2739bf3fdfe319
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 <[email protected]>
Cc: Pat Gefre <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/misc/ioc4.c
drivers/serial/ioc3_serial.c
drivers/serial/ioc4_serial.c
drivers/sn/ioc3.c
This page took 0.052192 seconds and 4 git commands to generate.