projects
/
platform
/
adaptation
/
samsung_exynos
/
device-manager-plugin-odroid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56d408
)
Remove unnecessary #ifdef
59/229959/1
tizen_5.5
author
INSUN PYO
<insun.pyo@samsung.com>
Mon, 6 Apr 2020 22:33:43 +0000
(07:33 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 7 Apr 2020 01:21:09 +0000
(
01:21
+0000)
Change-Id: I6ac4aae99ad382278ac76d570690c40c60d4fb57
(cherry picked from commit
7c83284671cda204605beb7b82def186abb79ebf
)
hw/usb_gadget/usb_gadget.c
patch
|
blob
|
history
diff --git
a/hw/usb_gadget/usb_gadget.c
b/hw/usb_gadget/usb_gadget.c
index acc2beb434f27baa772a9b54c2c569994b363abf..01bbc4ed0b841fa38d7aec9b484b7904bd977156 100644
(file)
--- a/
hw/usb_gadget/usb_gadget.c
+++ b/
hw/usb_gadget/usb_gadget.c
@@
-16,8
+16,6
@@
* limitations under the License.
*/
-#ifndef __HW_USB_GADGET_SIMPLE_TRANSLATOR_H__
-
#define _GNU_SOURCE
#include <hw/usb_gadget.h>
@@
-30,5
+28,3
@@
HARDWARE_MODULE_STRUCTURE = {
.open = simple_translator_open,
.close = simple_translator_close,
};
-
-#endif