From: Atsushi Nemoto Date: Sat, 28 Jun 2014 14:56:57 +0000 (+0900) Subject: MIPS: TXx9: Add __init_refok annotation to quirk_slc90e66_bridge X-Git-Tag: omap-for-v3.17/fixes-against-rc2~135^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5236d5c776524f01e52d2442dcbd5c9aaa4e65e7;p=pandora-kernel.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7215/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed