Re: [PATCH] modules: fix build error with !CONFIG_MODULE_UNLOAD

From: Rusty Russell
Date: Tue Jan 17 2012 - 22:15:28 EST


On Mon, 16 Jan 2012 22:23:32 -0800, Olof Johansson <olof@xxxxxxxxx> wrote:
> On Mon, Jan 16, 2012 at 3:32 AM, Rusty Russell <rusty@xxxxxxxxxxxxxxx> wrote:
> > On Sun, 15 Jan 2012 16:32:23 -0800, Olof Johansson <olof@xxxxxxxxx> wrote:
> >> Looks like the "module_flags_taint" helper was added under an #ifdef
> >> CONFIG_MODULE_UNLOAD block, move it out of it.
> >>
> >> Fixes:
> >>
> >> kernel/module.c: In function 'show_taint':
> >> kernel/module.c:1024:2: error: implicit declaration of function 'module_flags_taint'
> >>
> >> Signed-off-by: Olof Johansson <olof@xxxxxxxxx>
> >
> > Applied.
>
>
> It looks like Linus already took an equivalent patch (shortly after I
> had sent mine). You can drop it to avoid conflicts.

Indeed, I dropped it when I re-synced.

Thanks,
Rusty.
--
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/