From: Florian Fainelli Date: Tue, 23 Oct 2012 10:14:37 +0000 (+0200) Subject: USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removal X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068b054fde5cc0516717b4ec4d58d0659e1ca43b;p=pandora-kernel.git USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removal Commit cfa49b4b (USB: ohci: merge ohci_finish_controller_resume with ohci_resume) merged ohci_finish_controller_resume with ohci_resume but forgot to update the ohci-sm501 driver accordingly, thus causing the folllowing build failure: drivers/usb/host/ohci-sm501.c: In function 'ohci_sm501_resume': drivers/usb/host/ohci-sm501.c:241:2: error: implicit declaration of function 'ohci_finish_controller_resume' [-Werror=implicit-function-declaration] Reported-by: Fengguang Wu Signed-off-by: Florian Fainelli Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed