USB: ehci-platform: remove update_device
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 18 May 2012 18:29:56 +0000 (20:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:18:21 +0000 (15:18 +0800)
commit54c6b536f2c7ebc77f74937c3f4789ef191aa479
tree35b96eb0a2db99dd410c538e3dc3351afd33e217
parent0053c7e96ee9a516e7e8499f6fc28c0d9c43d40c
USB: ehci-platform: remove update_device

commit 8377c94f627f7943da9a7eefdb21fd2e9e7ec629 upstream.

The update_device callback is not needed and the function used here is
from the pci ehci driver. Without this patch we get a compile error if
ehci-platform is compiled without ehci-pci.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-platform.c