]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SERIAL] Ensure 8250_pci quirks are not marked __devinit
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 3 Jul 2006 14:22:35 +0000 (15:22 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Jul 2006 14:22:35 +0000 (15:22 +0100)
commit61a116ef29e712147d7ee7a6738886e6f91df5f5
treea01b16e9b8348fae47af70539a1ac80569405f41
parent947deee8904b3c2edc7f59ab6e6242499e4dc434
[SERIAL] Ensure 8250_pci quirks are not marked __devinit

The 8250_pci quirks must not be marked __devinit since they may
be used from parport_serial.  We only really need to mark those
which might be used by cards recognised by parport_serial, but
that wouldn't allow static checking.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250_pci.c