]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
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, 18 May 2012 23:37:55 +0000 (16:37 -0700)
commit8377c94f627f7943da9a7eefdb21fd2e9e7ec629
treebd05bd88a90757a165c33dc780c05849d9980afe
parentf06b9f3ced17dfb559af2c0c5db2d68e939f06e6
USB: ehci-platform: remove update_device

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>
Cc: stable <stable@vger.kernel.org> [3.4]
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-platform.c