Remove unnecessary #ifdef
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 6 Apr 2020 22:24:42 +0000 (07:24 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Mon, 6 Apr 2020 22:24:42 +0000 (07:24 +0900)
Change-Id: I80d2c4b5c02b26ea2533921c59a86894a077d3bb

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