]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: pm8921: Include missing linux/module.h
authorJingoo Han <jg1.han@samsung.com>
Tue, 20 Aug 2013 07:01:26 +0000 (16:01 +0900)
committerLee Jones <lee.jones@linaro.org>
Tue, 20 Aug 2013 07:50:42 +0000 (08:50 +0100)
commit2013b61e44646cfe6cd91961e6a4f185ba2d1279
treeb7087ca82bc6a9447e21764fc378caa9883c4e4d
parent7292dc36bee473ece3ba836b4110762e7aa578d5
mfd: pm8921: Include missing linux/module.h

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: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/pm8921-core.c