Re: [PATCH] fmc: don't include moduleparam.h in include/linux header files.

2016-09-09 Thread Alessandro Rubini
> So move the include to the one and only driver to use these macros and > ensure we keep setting the proper example in include/linux headers. > > Cc: Alessandro Rubini > Signed-off-by: Paul Gortmaker Thanks. Acked-by: Alessandro Rubini

Re: [PATCH] fmc: don't include moduleparam.h in include/linux header files.

2016-09-09 Thread Alessandro Rubini
> So move the include to the one and only driver to use these macros and > ensure we keep setting the proper example in include/linux headers. > > Cc: Alessandro Rubini > Signed-off-by: Paul Gortmaker Thanks. Acked-by: Alessandro Rubini

[PATCH] fmc: don't include moduleparam.h in include/linux header files.

2016-09-09 Thread Paul Gortmaker
We try to keep cross linkages between include/linux files to a minimum wherever possible. To that end, we avoid having the include/linux headers sourcing module.h or moduleparam.h (which sources module.h). Here we see moduleparam.h was included in one for the following: /* These are the

[PATCH] fmc: don't include moduleparam.h in include/linux header files.

2016-09-09 Thread Paul Gortmaker
We try to keep cross linkages between include/linux files to a minimum wherever possible. To that end, we avoid having the include/linux headers sourcing module.h or moduleparam.h (which sources module.h). Here we see moduleparam.h was included in one for the following: /* These are the