Home
last modified time | relevance | path

Searched hist:"36 daf3aa399c08e7cdf499f5562888325f19f92f" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/dwc3/
H A Ddwc3-pci.cdiff 36daf3aa399c08e7cdf499f5562888325f19f92f Wed Nov 16 12:16:22 CET 2016 Felipe Balbi <felipe.balbi@linux.intel.com> usb: dwc3: pci: avoid build warning

dwc3_pci_dsm() is only needed if (PM || PM_SLEEP),
we should make sure it's not defined if neither of
those is defined.

This fixes a randconfig build warning.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>