summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_rt1739.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/bc12_rt1739.h')
-rw-r--r--zephyr/shim/include/usbc/bc12_rt1739.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/zephyr/shim/include/usbc/bc12_rt1739.h b/zephyr/shim/include/usbc/bc12_rt1739.h
index 3347d7d717..8d7427b271 100644
--- a/zephyr/shim/include/usbc/bc12_rt1739.h
+++ b/zephyr/shim/include/usbc/bc12_rt1739.h
@@ -1,10 +1,13 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "driver/ppc/rt1739.h"
-#define RT1739_BC12_COMPAT richtek_rt1739_bc12
+#define RT1739_BC12_COMPAT richtek_rt1739
-#define BC12_CHIP_RT1739(id) { .drv = &rt1739_bc12_drv, },
+#define BC12_CHIP_RT1739(id) \
+ { \
+ .drv = &rt1739_bc12_drv, \
+ },