commit | 8377c94f627f7943da9a7eefdb21fd2e9e7ec629 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Fri May 18 20:29:56 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 18 16:37:55 2012 -0700 |
tree | bd05bd88a90757a165c33dc780c05849d9980afe | |
parent | f06b9f3ced17dfb559af2c0c5db2d68e939f06e6 [diff] |
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>