From: Paul Mundt Date: Thu, 30 Apr 2009 08:41:02 +0000 (+0900) Subject: wusb: hwa-hc: Drop unused pci_suspend/resume hooks. X-Git-Tag: v2.6.31-rc1~304^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5700f4c551f807576eec1d359575681e33057871;p=pandora-kernel.git wusb: hwa-hc: Drop unused pci_suspend/resume hooks. CC drivers/usb/host/hwa-hc.o drivers/usb/host/hwa-hc.c:601: warning: initialization from incompatible pointer type drivers/usb/host/hwa-hc.c:602: warning: initialization from incompatible pointer type The prototype for these changed, so the message itself was dropped. As the only thing these hooks were doing was printing out the message for debugging, there is not much point in keeping them around. So, just kill them off. Cc: Inaky Perez-Gonzalez Cc: Greg Kroah-Hartman Signed-off-by: Paul Mundt Acked-by: David Vrabel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed