summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2018-07-02 11:21:18 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-31 12:56:39 +0300
commit73f4447d43484224d7abfba0d9468de4982ef889 (patch)
treeebbd387e346df52c845273983aee44f697a8668e /arch/sparc/mm
parentf7e2a152231f4a0308cc8f9c2296ba4e419ae945 (diff)
downloadlinux-73f4447d43484224d7abfba0d9468de4982ef889.tar.xz
macintosh/via-pmu: Fix section mismatch warning
The pmu_init() function has the __init qualifier, but the ops struct that holds a pointer to it does not. This causes a build warning. The driver works fine because the pointer is only dereferenced early. The function is so small that there's negligible benefit from using the __init qualifier. Remove it to fix the warning, consistent with the other ADB drivers. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/sparc/mm')
0 files changed, 0 insertions, 0 deletions