From: Thomas Renninger Date: Mon, 25 Oct 2010 19:11:15 +0000 (+0200) Subject: PNP: Compile all pnp built-in stuff in one module namespace X-Git-Tag: v2.6.38-rc1~68^2~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803711afdbea5c6a6dd2b46eca76097f6d50fb53;p=pandora-kernel.git PNP: Compile all pnp built-in stuff in one module namespace This is cleanup mostly, nothing urgent. I came up with it when looking at dynamic debug which can enable pr_debug messages at runtime or boot param for a specific module. Advantages: - Any pnp code can make use of the moduleparam.h interface, the modules will show up as pnp.param. - Passing pnp.ddebug as kernel boot param will enable all pnp debug messages with my previous patch and CONFIG_DYNAMIC_DEBUG enabled. Signed-off-by: Thomas Renninger Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed