projects
/
platform
/
hal
/
backend
/
tw3
/
device-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c8b04
)
Remove unnecessary #ifdef
author
INSUN PYO
<insun.pyo@samsung.com>
Tue, 7 Apr 2020 01:08:02 +0000
(10:08 +0900)
committer
INSUN PYO
<insun.pyo@samsung.com>
Tue, 7 Apr 2020 01:08:02 +0000
(10:08 +0900)
Change-Id: I54d2d0db249181882c8633fec7e829a2c3a741e5
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
470a984
..
2bf9d96
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__
-
#include <hw/usb_gadget.h>
HARDWARE_MODULE_STRUCTURE = {
@@
-29,5
+27,3
@@
HARDWARE_MODULE_STRUCTURE = {
.open = simple_translator_open,
.close = simple_translator_close,
};
-
-#endif