commit | 858a6303f2b14945447a964563f54c918ef3927e | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Mon Nov 07 11:20:09 2011 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Dec 20 18:53:25 2011 +0100 |
tree | 7c5ffd43a56a5d70cf7bcdb8a8830c1e1304a1b1 | |
parent | b5488b6e868454fb10d23278de5038cda98b13ab [diff] |
mfd: include linux/module.h for ab5500-debugfs Include linux/module.h to fix below build error: CC drivers/mfd/ab5500-debugfs.o drivers/mfd/ab5500-debugfs.c:571: error: 'THIS_MODULE' undeclared here (not in a function) make[2]: *** [drivers/mfd/ab5500-debugfs.o] Error 1 Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>