libpayload: Drop usb_fatal()
[coreboot.git] / payloads / libpayload / drivers / usb / usb.c
index 6995cef7b24afbf8193d4c301c159ca2c40bef31..4f423327d5dae0c7f6fde0ba777fc6d2f4f07c8a 100644 (file)
@@ -459,9 +459,3 @@ usb_attach_device(hci_t *controller, int hubaddress, int port, int speed)
        return newdev;
 }
 
-void
-usb_fatal (const char *message)
-{
-       printf(message);
-       for (;;) ;
-}