• J
    mfd: pm8921: Include missing linux/module.h · ef310f4b
    Jingoo Han 提交于
    Include <linux/module.h> in order to fix the following errors.
    
    drivers/mfd/pm8921-core.c:209:16: error: expected declaration specifiers or '...' before string constant
    drivers/mfd/pm8921-core.c:210:20: error: expected declaration specifiers or '...' before string constant
    drivers/mfd/pm8921-core.c:211:16: error: expected declaration specifiers or '...' before string constant
    drivers/mfd/pm8921-core.c:212:14: error: expected declaration specifiers or '...' before string constant
    Signed-off-by: NJingoo Han <jg1.han@samsung.com>
    Signed-off-by: NLee Jones <lee.jones@linaro.org>
    ef310f4b
pm8921-core.c 5.3 KB