libpayload: Implement usb_exit
[coreboot.git] / payloads / libpayload / drivers / usb / usbinit.c
index 3964197038aaf6fa2941623eaab3b87f60edaa63..8499b82411cea327f865c2bccbf9506e59ecd8ed 100644 (file)
@@ -139,8 +139,3 @@ usb_initialize (void)
        return 0;
 }
 
-int
-usb_exit (void)
-{
-       return 0;
-}