From: Kyle McMartin Date: Wed, 18 Jan 2006 05:33:32 +0000 (-0700) Subject: [PARISC] Add chassis_power_off routine X-Git-Tag: v2.6.16-rc3~205^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85509c00073d4bdd1f4b7796180a15198f2e62da;p=pandora-kernel.git [PARISC] Add chassis_power_off routine Define a chassis_power_off routine that machines which have a way to turn off the power supply can hook into. Formerly they were using pm_power_off, which is now being used by generic code. Make lasi.c use chassis_power_off instead of pm_power_off. Note, all machines need to call machine_power_off so that the switch can power off the machine, though halt -p may not necessarily be able to work properly on the machine. Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed