aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-03-02 23:59:04 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2007-03-09 15:36:30 -0800
commit128bf5cb54dececc5209db65f8ef5d17d74244d9 (patch)
treeddd70bb032c575bcb0b38e3dac29a413aa780cc0 /drivers/input
parentc1996c2778e90f80cb9fc6a52508068f10d39611 (diff)
pci: fix section mismatch warning
drivers/pci/search.c caused following section mismatch warning (if compiled with CONFIG_HOTPLUG=n): WARNING: drivers/pci/built-in.o - Section mismatch: reference to .init.text: from .text.pci_find_bus after 'pci_find_bus' (at offset 0x24) This was due to pci_find_bus() calling a function marked __devinit. Fix was to remove the __devinit from the offending function. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions