X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fparisc%2Flasi.c;h=cb3d281761293f82eb5e7fbeec1e26d28d7bc473;hb=8a371840f825be20354007537b6568b77448b685;hp=d043a8a3351153cdde432e0a3e75eb72ec21991e;hpb=cb6fc18e9ca615f03d18e60c49855b434ca2e51e;p=powerpc.git diff --git a/drivers/parisc/lasi.c b/drivers/parisc/lasi.c index d043a8a335..cb3d281761 100644 --- a/drivers/parisc/lasi.c +++ b/drivers/parisc/lasi.c @@ -166,6 +166,7 @@ static void lasi_power_off(void) int __init lasi_init_chip(struct parisc_device *dev) { + extern void (*chassis_power_off)(void); struct gsc_asic *lasi; struct gsc_irq gsc_irq; int ret; @@ -222,7 +223,7 @@ lasi_init_chip(struct parisc_device *dev) * ensure that only the first LASI (the one controlling the power off) * should set the HPA here */ lasi_power_off_hpa = lasi->hpa; - pm_power_off = lasi_power_off; + chassis_power_off = lasi_power_off; return ret; }