Re: [PATCH] PM / IPMI: Remove empty legacy PCI PM callbacks

2012-07-06 Thread Corey Minyard
Looks fine to me. Acked-by: Corey Minyard On 07/06/2012 03:02 PM, Rafael J. Wysocki wrote: From: Rafael J. Wysocki The legacy PM callbacks provided by the IPMI PCI driver are empty routines returning 0, so they can be safely dropped. Signed-off-by: Rafael J. Wysocki --- drivers/char/ipmi

[PATCH] PM / IPMI: Remove empty legacy PCI PM callbacks

2012-07-06 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The legacy PM callbacks provided by the IPMI PCI driver are empty routines returning 0, so they can be safely dropped. Signed-off-by: Rafael J. Wysocki --- drivers/char/ipmi/ipmi_si_intf.c | 16 1 file changed, 16 deletions(-) Index: linux/drivers/ch