Apply new hal-backend-common-usb_gadget.h header
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 10 Feb 2021 03:26:37 +0000 (12:26 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 10 Feb 2021 05:11:03 +0000 (14:11 +0900)
Change-Id: I522e916033c9bb7865ece58641d199a53fe48827

hw/board/board.c
hw/usb_gadget/usb_gadget.c

index 7d743c7651fcbad1439ef4ba281c6518cf0ebcbf..535bb130ab9e82649e57c68a40bb8576eb44f21d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * libdevice-node
- *
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the License);
index daf0d8229bc902cb95c41abe061d94a4582d244a..4b0a73c1f04dd71b67699ecd3952d4ad96012a83 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * libdevice-node
- *
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the License);
 #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)