summaryrefslogtreecommitdiff
path: root/include/usb_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_api.h')
-rw-r--r--include/usb_api.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/usb_api.h b/include/usb_api.h
index 79ee9406e9..85e82d11e0 100644
--- a/include/usb_api.h
+++ b/include/usb_api.h
@@ -1,4 +1,4 @@
-/* Copyright 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -76,7 +76,9 @@ void usb_restore_suspended_state(void);
#ifdef CONFIG_USB_REMOTE_WAKEUP
void usb_wake(void);
#else
-static inline void usb_wake(void) {}
+static inline void usb_wake(void)
+{
+}
#endif
/* Board-specific USB wake, for side-band wake, called by usb_wake above. */