• B
    PCI: Remove __must_check from definitions · d67aed63
    Bjorn Helgaas 提交于
    The __must_check (gcc "warn_unused_result") attribute only makes sense
    when compiling the *caller* of the function, so the attribute should
    appear on the declaration in the header file, not on the definition.
    
    The declarations of these functions are already annotated with
    __must_check.
    Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
    d67aed63
pci_hotplug_core.c 13.5 KB