On Tue, Jan 08, 2008 at 04:07:17PM -0600, Jon Loeliger wrote:
> +static void storcenter_power_off(void)
> +{
> +	/* No way to shut power off with software */
> +	local_irq_disable();
> +	for (;;) ;
> +	/* NOTREACHED */
> +}
So leave it out, and let the generic halt function be used.
-Scott