[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)
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>

No differences found