summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Peng <robinpeng@google.com>2022-10-22 17:01:41 +0000
committerWill McVicker <willmcvicker@google.com>2024-04-16 11:07:30 -0700
commit0689e7b520c250a64d0141bf41c98bc0e3c70797 (patch)
treeb3d8986277000c56c6497cc3e6448f566859ebd3
parent685f002ee91dec6531671334826e1217d6965f9e (diff)
downloadaoc-0689e7b520c250a64d0141bf41c98bc0e3c70797.tar.gz
Moving to android14-5.15 ACK
Bug: 236259002 Signed-off-by: Robin Peng <robinpeng@google.com> Change-Id: Icf538897155198edd87d2b54a24a060c030d3b2b Signed-off-by: Will McVicker <willmcvicker@google.com>
-rw-r--r--usb/aoc_usb_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/aoc_usb_dev.c b/usb/aoc_usb_dev.c
index befeb64..2a5dea1 100644
--- a/usb/aoc_usb_dev.c
+++ b/usb/aoc_usb_dev.c
@@ -384,7 +384,7 @@ static int aoc_usb_match(struct device *dev, void *data)
return 0;
}
-static bool aoc_usb_is_hcd_working()
+static bool aoc_usb_is_hcd_working(void)
{
struct device_node *np;
struct platform_device *pdev;