Re: [PATCH 2/2] mfd: include linux/module.h for ab5500-debugfs

From: Paul Gortmaker
Date: Mon Nov 07 2011 - 11:18:19 EST


On 11-11-06 10:20 PM, Axel Lin wrote:
> 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@xxxxxxxxx>
> ---
> drivers/mfd/ab5500-debugfs.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mfd/ab5500-debugfs.c b/drivers/mfd/ab5500-debugfs.c
> index 6be1fe6..b7b2d348 100644
> --- a/drivers/mfd/ab5500-debugfs.c
> +++ b/drivers/mfd/ab5500-debugfs.c
> @@ -4,6 +4,7 @@
> * Debugfs support for the AB5500 MFD driver
> */
>
> +#include <linux/module.h>

This one looks incorrect. I don't see any uses of MODULE_* or
module_* in the file, so I'll make a commit for it to use export.h
and retest.

P.

> #include <linux/debugfs.h>
> #include <linux/seq_file.h>
> #include <linux/mfd/ab5500/ab5500.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/