diff options
author | 2020-07-06 14:33:37 +0100 | |
---|---|---|
committer | 2020-07-09 17:19:59 +0200 | |
commit | 6dba06ceee70e83f6baa817867560b2272de0f0b (patch) | |
tree | f62e266783565a6ee9265d833a0e5b87314a5370 /include/linux/usb.h | |
parent | usb: early: xhci-dbc: File headers are not good candidates for kerneldoc (diff) | |
download | wireguard-linux-6dba06ceee70e83f6baa817867560b2272de0f0b.tar.xz wireguard-linux-6dba06ceee70e83f6baa817867560b2272de0f0b.zip |
usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Since ACPI_PTR() is used to NULLify the value when !CONFIG_ACPI,
struct ehci_acpi_match becomes defined by unused.
Fixes the following W=1 kernel build warning(s):
drivers/usb/host/ehci-platform.c:478:36: warning: ‘ehci_acpi_match’ defined but not used [-Wunused-const-variable=]
478 | static const struct acpi_device_id ehci_acpi_match[] = {
| ^~~~~~~~~~~~~~~
Cc: Tony Prisk <linux@prisktech.co.nz>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Steven Brown <sbrown@cortland.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: de Goede <hdegoede@redhat.com>
Cc: Michael Buesch <m@bues.ch>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200706133341.476881-29-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb.h')
0 files changed, 0 insertions, 0 deletions