From: Emil Medve Date: Thu, 22 Jan 2015 14:47:20 +0000 (-0600) Subject: iommu/fsl: Fix section mismatch X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~107^2^4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1fb99b62ce;p=pandora-kernel.git iommu/fsl: Fix section mismatch Section mismatch in reference from the variable fsl_of_pamu_driver to the function .init.text:fsl_pamu_probe() The variable fsl_of_pamu_driver references the function __init fsl_pamu_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Signed-off-by: Emil Medve Acked-by: Varun Sethi Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed