Commit ff1fbc22 authored by Linus Torvalds's avatar Linus Torvalds

Undo static on ide_probe_for_pdc4030: it can (and will) be called

from the IDE init code when compiled-in.
parent 8ad59647
......@@ -297,7 +297,7 @@ int __init detect_pdc4030(ide_hwif_t *hwif)
}
static int __init ide_probe_for_pdc4030(void)
int __init ide_probe_for_pdc4030(void)
{
unsigned int index;
ide_hwif_t *hwif;
......
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