summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2021-02-10 12:26:37 +0900
committerINSUN PYO <insun.pyo@samsung.com>2021-02-10 14:11:03 +0900
commit79c46e9b48f88a88cd3e15c4b9abebdfaba7be9a (patch)
tree03ea38af9fdb1f97da5c2280aebafce79e5a98a5
parent8dfc357e40c8336a65b02e1e723b743d4da082ee (diff)
downloaddevice-manager-plugin-artik-79c46e9b48f88a88cd3e15c4b9abebdfaba7be9a.tar.gz
device-manager-plugin-artik-79c46e9b48f88a88cd3e15c4b9abebdfaba7be9a.tar.bz2
device-manager-plugin-artik-79c46e9b48f88a88cd3e15c4b9abebdfaba7be9a.zip
Apply new hal-backend-common-usb_gadget.h header
Change-Id: I522e916033c9bb7865ece58641d199a53fe48827
-rw-r--r--hw/board/board.c2
-rw-r--r--hw/usb_gadget/usb_gadget.c5
2 files changed, 2 insertions, 5 deletions
diff --git a/hw/board/board.c b/hw/board/board.c
index 7d743c7..535bb13 100644
--- a/hw/board/board.c
+++ b/hw/board/board.c
@@ -1,6 +1,4 @@
/*
- * libdevice-node
- *
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the License);
diff --git a/hw/usb_gadget/usb_gadget.c b/hw/usb_gadget/usb_gadget.c
index daf0d82..4b0a73c 100644
--- a/hw/usb_gadget/usb_gadget.c
+++ b/hw/usb_gadget/usb_gadget.c
@@ -1,6 +1,4 @@
/*
- * libdevice-node
- *
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the License);
@@ -20,9 +18,10 @@
#include <stdlib.h>
#include <hal/hal-common-interface.h>
-#include <hal/device/hal-common-interface.h>
#include <hal/device/hal-usb_gadget-interface.h>
+#include </hal/include/device/hal-backend-common-usb_gadget.h>
+
#include "common.h"
static int usb_gadget_init(void **data)