]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: TXx9: Add __init_refok annotation to quirk_slc90e66_bridge
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sat, 28 Jun 2014 14:56:57 +0000 (23:56 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 30 Jul 2014 13:57:40 +0000 (15:57 +0200)
commitcb895b5ba94dec9eb00973e947c64f9b167a48aa
tree5a5094957697001a1fd00d4df8fc3cbaedf09a5d
parent76f2187d0594028d50e463c1bdf109e4cd8b6435
MIPS: TXx9: Add __init_refok annotation to quirk_slc90e66_bridge

This pci fixup routine calls __init functions.
In general pci fixup routine must not call __init functions,
but this pci/isa bridge device is not hotpluggable anyway.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7215/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/txx9/generic/pci.c