Remove unnecessary #ifdef
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 7 Apr 2020 01:08:02 +0000 (10:08 +0900)
committerINSUN 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

index 470a984..2bf9d96 100644 (file)
@@ -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