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

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

index 9857c4d..8e0a8e3 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 7ff9d71..f3089dc 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)