RE: [PATCH] iommu/fsl: Fix section mismatch

2015-01-22 Thread Varun Sethi
.de; > Sethi Varun-B16395 > Cc: Medve Emilian-EMMEDVE1 > Subject: [PATCH] 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 functi

[PATCH] iommu/fsl: Fix section mismatch

2015-01-21 Thread Emil Medve
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 t