commit | 61a116ef29e712147d7ee7a6738886e6f91df5f5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Jul 03 15:22:35 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 03 15:22:35 2006 +0100 |
tree | a01b16e9b8348fae47af70539a1ac80569405f41 | |
parent | 947deee8904b3c2edc7f59ab6e6242499e4dc434 [diff] |
[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>