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

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

index af260ba5f5b5b4dbe40ecb2c0d06de5c668d3bb9..ac07ed416c9d05da4a2cf888d16f39565619a928 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 02532330803778f57eea973c3a7c752029b1b3a3..2e70c52e15f0be659f52c8446685a59cb0e54b31 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)