From: "Tom 'spot' Callaway" <tcallawa@xxxxxxxxxx> Date: Sat, 03 Jun 2006 09:36:47 -0500 > sparc64 does not have CONFIG_PM defined, and mptscsih_resume is wrapped > in an #ifdef CONFIG_PM in mptscsih.h. mptscsih_resume is only used in > the mptspi_resume function in mptspi.c, and its only call is in the > pci_driver struct (and that call is also #ifdef CONFIG_PM). In order to > get the code to compile, I just needed to wrap the actual function in > #ifdef CONFIG_PM, which is what this patch does. I can confirm that it > gets the module building again without errors. > > Signed-off-by: Tom "spot" Callaway <tcallawa@xxxxxxxxxx> Thanks Tom I'll apply this. - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html