Commit f21918a3 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] __devinit in parport_pc.c

parent 4e757ff4
...@@ -3048,7 +3048,7 @@ static struct pnp_driver parport_pc_pnp_driver = { ...@@ -3048,7 +3048,7 @@ static struct pnp_driver parport_pc_pnp_driver = {
/* This is called by parport_pc_find_nonpci_ports (in asm/parport.h) */ /* This is called by parport_pc_find_nonpci_ports (in asm/parport.h) */
static int __init __attribute__((unused)) static int __devinit __attribute__((unused))
parport_pc_find_isa_ports (int autoirq, int autodma) parport_pc_find_isa_ports (int autoirq, int autodma)
{ {
int count = 0; int count = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment