From: Jean Delvare Date: Tue, 15 Dec 2009 02:00:27 +0000 (-0800) Subject: ioc3/ioc4: various section fixes X-Git-Tag: v2.6.33-rc1~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea5d35a49f5c89d1d2d677fe90c71ad5a6278b6;p=pandora-kernel.git 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 Cc: Pat Gefre Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed