[PATCH] PCI: arch/i386/pci/direct.c can use __init, not __devinit
pci_sanity_check() is only called from functions marked __init, so it can be __init too.
Showing
Please register or sign in to comment
pci_sanity_check() is only called from functions marked __init, so it can be __init too.