Re: [PATCH] agp: uninorth: add missing MODULE_DESCRIPTION() macro

2024-07-15 Thread Daniel Vetter
On Thu, Jul 11, 2024 at 01:27:23PM -0600, Jeffrey Hugo wrote: > On 7/11/2024 12:19 PM, Jeff Johnson wrote: > > On 6/28/24 20:14, Jeff Johnson wrote: > > > On 6/15/2024 2:01 PM, Jeff Johnson wrote: > > > > With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: > > > > WARNING: modpost: missin

Re: [PATCH] agp: uninorth: add missing MODULE_DESCRIPTION() macro

2024-07-12 Thread Jeffrey Hugo
On 7/12/2024 1:31 AM, Greg Kroah-Hartman wrote: On Thu, Jul 11, 2024 at 01:27:23PM -0600, Jeffrey Hugo wrote: On 7/11/2024 12:19 PM, Jeff Johnson wrote: On 6/28/24 20:14, Jeff Johnson wrote: On 6/15/2024 2:01 PM, Jeff Johnson wrote: With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports

Re: [PATCH] agp: uninorth: add missing MODULE_DESCRIPTION() macro

2024-07-12 Thread Greg Kroah-Hartman
On Thu, Jul 11, 2024 at 01:27:23PM -0600, Jeffrey Hugo wrote: > On 7/11/2024 12:19 PM, Jeff Johnson wrote: > > On 6/28/24 20:14, Jeff Johnson wrote: > > > On 6/15/2024 2:01 PM, Jeff Johnson wrote: > > > > With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: > > > > WARNING: modpost: missin

Re: [PATCH] agp: uninorth: add missing MODULE_DESCRIPTION() macro

2024-07-11 Thread Jeffrey Hugo
On 7/11/2024 12:19 PM, Jeff Johnson wrote: On 6/28/24 20:14, Jeff Johnson wrote: On 6/15/2024 2:01 PM, Jeff Johnson wrote: With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/char/agp/uninorth-agp.o Add the missing invocatio

Re: [PATCH] agp: uninorth: add missing MODULE_DESCRIPTION() macro

2024-07-11 Thread Jeff Johnson
On 6/28/24 20:14, Jeff Johnson wrote: On 6/15/2024 2:01 PM, Jeff Johnson wrote: With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/char/agp/uninorth-agp.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-

Re: [PATCH] agp: uninorth: add missing MODULE_DESCRIPTION() macro

2024-06-28 Thread Jeff Johnson
On 6/15/2024 2:01 PM, Jeff Johnson wrote: > With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in > drivers/char/agp/uninorth-agp.o > > Add the missing invocation of the MODULE_DESCRIPTION() macro. > > Signed-off-by: Jeff Johnson > ---

[PATCH] agp: uninorth: add missing MODULE_DESCRIPTION() macro

2024-06-15 Thread Jeff Johnson
With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/char/agp/uninorth-agp.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson --- drivers/char/agp/uninorth-agp.c | 1 + 1 file changed, 1