From: INSUN PYO Date: Wed, 10 Feb 2021 03:24:01 +0000 (+0900) Subject: Apply new hal-backend-common-usb_gadget.h header X-Git-Tag: submit/tizen/20210604.091051~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edc3d4d302a358d1c0663fce9fc7a09553c64e4c;p=platform%2Fhal%2Fbackend%2Frpi%2Fdevice-rpi.git Apply new hal-backend-common-usb_gadget.h header Change-Id: I9e5fc51c5ffbd07e6f3fae269d26de50c7b46943 --- diff --git a/hw/board/board.c b/hw/board/board.c index af260ba..ac07ed4 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 0253233..2e70c52 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 #include -#include #include +#include + #include "common.h" static int usb_gadget_init(void **data)