ChangeSet 1.2065.4.9, 2005/03/12 23:35:55+01:00, [EMAIL PROTECTED]
kconfig/ppc: fix kconfig warning
fix:
arch/ppc/Kconfig:211:warning: type of 'CPU_FREQ_TABLE' redefined from
'tristate' to 'boolean'
Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/arch/ppc/Kconfig b/arch/ppc/Kconfig
--- a/arch/ppc/Kconfig 2005-03-13 09:09:21 -08:00
+++ b/arch/ppc/Kconfig 2005-03-13 09:09:21 -08:00
@@ -209,7 +209,7 @@
PowerBook.
config CPU_FREQ_TABLE
- bool
+ tristate
depends on CPU_FREQ_PMAC
default y
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html