hwmon: epm: Fix section mismatch

WARNING: vmlinux.o(.text+0x4d0d6c): Section mismatch in reference
from the function epm_adc_probe() to the function
.devinit.text:epm_adc_init_hwmon()
The function epm_adc_probe() references
the function __devinit epm_adc_init_hwmon().
This is often because epm_adc_probe lacks a __devinit
annotation or the annotation of epm_adc_init_hwmon is wrong.

Change-Id: I206ab994bc59bd5a5b1256a40da2e2923d5bc36b
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
1 file changed