Re: [patch] cpufreq: do not declare undefined functions

From: Dave Jones
Date: Mon Apr 30 2007 - 12:01:06 EST


On Mon, Apr 30, 2007 at 07:34:37AM -0700, David Rientjes wrote:
> fill_powernow_table_pstate() and fill_powernow_table_fidvid() are only
> defined and used for X86_POWERNOW_K8_ACPI.

it's just a prototype, so no code is generated by declaring one
to an unused (or even non-existant) function.

Or are you using some oddball compiler that warns about this?

Dave

--
http://www.codemonkey.org.uk
-
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/