mfd: include linux/module.h for ab5500-debugfs
authorAxel Lin <axel.lin@gmail.com>
Mon, 7 Nov 2011 03:20:09 +0000 (11:20 +0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 20 Dec 2011 17:53:25 +0000 (18:53 +0100)
commit858a6303f2b14945447a964563f54c918ef3927e
tree7c5ffd43a56a5d70cf7bcdb8a8830c1e1304a1b1
parentb5488b6e868454fb10d23278de5038cda98b13ab
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>
drivers/mfd/ab5500-debugfs.c