diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2020-04-07 07:17:25 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2020-11-03 05:35:32 +0000 |
commit | 6d556b002f2e597045c4b6a457d5018f9daee44d (patch) | |
tree | ae0c291f4e4ee8ac4412ea672e42e39ba3161928 | |
parent | 54c09942d300d08b34f5ea1142ce11dfcd8cc938 (diff) | |
download | device-manager-plugin-artik-accepted/tizen_6.0_unified.tar.gz device-manager-plugin-artik-accepted/tizen_6.0_unified.tar.bz2 device-manager-plugin-artik-accepted/tizen_6.0_unified.zip |
Merge "Remove unnecessary #ifdef" into tizen_6.0submit/tizen_6.0/20201109.030411accepted/tizen/6.0/unified/20201110.230826tizen_6.0accepted/tizen_6.0_unified
Change-Id: I7cdb2d29af1080623a3f9af4aa5df0fdd82951f3
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
-rw-r--r-- | hw/usb_gadget/usb_gadget.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/usb_gadget/usb_gadget.c b/hw/usb_gadget/usb_gadget.c index 470a984..2bf9d96 100644 --- 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 |