Re: [PATCH] PPC64 PCI Hotplug Driver for RPA

From: Rusty Russell
Date: Wed Feb 18 2004 - 18:19:12 EST


In message <4033B983.6060809@xxxxxxxxxxxxxxxxxxxx> you write:
> >Umm, what's this? Checking CONFIG_FOO_MODULE is basically always wrong
> >and especially in this case. Just use "rpaphp" always.
> >
> >
> Replaced with
>
> #define MY_NAME "rpaphp"

Or better, remove #define and use KBUILD_MODNAME, which for this file
will be rpaphp anyway.

Thanks,
Rusty.
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
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/