• Paul Mundt's avatar
    wusb: hwa-hc: Drop unused pci_suspend/resume hooks. · 5700f4c5
    Paul Mundt authored
    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 <inaky.perez-gonzalez@intel.com>
    Cc: Greg Kroah-Hartman <gregkh@suse.de>
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    Acked-by: default avatarDavid Vrabel <david.vrabel@csr.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    5700f4c5
hwa-hc.c 25.4 KB