From: Gavin Shan Date: Thu, 27 Jun 2013 05:46:47 +0000 (+0800) Subject: powerpc/eeh: Avoid build warnings X-Git-Tag: v3.11-rc1~94^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb6361fdd3df59c1741522b3d8102f0f5efdd88;p=pandora-kernel.git powerpc/eeh: Avoid build warnings The patch is for avoiding following build warnings: The function .pnv_pci_ioda_fixup() references the function __init .eeh_init(). This is often because .pnv_pci_ioda_fixup lacks a __init The function .pnv_pci_ioda_fixup() references the function __init .eeh_addr_cache_build(). This is often because .pnv_pci_ioda_fixup lacks a __init Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed