Skip to content
Snippets Groups Projects
Commit 61a116ef authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 947deee8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment