commit | c0d41732bae72aa9df6c373e97dfd23710c3df8c | [log] [tgz] |
---|---|---|
author | Jack Pham <jackp@codeaurora.org> | Fri Sep 28 17:45:38 2012 -0700 |
committer | Jack Pham <jackp@codeaurora.org> | Sat Sep 29 14:26:12 2012 -0700 |
tree | 705510f3b436e2fc938eadbb645ac1937db31bcc | |
parent | 89cb4e80605d6ff0ad1484044b2f06e0dab42323 [diff] |
usb: ehci-msm-hsic: Fix compilation error The ehci-msm-hsic driver's bus suspend and resume functions depend on ehci_hcd's bus_suspend/resume functions, which are NULL when CONFIG_PM is not defined. Fix the compilation error by also #defining these sub-driver functions NULL, as they are effectively no-ops. Change-Id: Ie250dfae3caccb737ce26bdda17c5b21d358eced Signed-off-by: Jack Pham <jackp@codeaurora.org>