libpayload: Drop usb_fatal()
[coreboot.git] / payloads / libpayload / include / usb / usb.h
index 2cd9c558950c66c7c90b88955a1b34b83846329f..e38aa78bd1ab3d040d834c51ebd97a609f679d19 100644 (file)
@@ -257,5 +257,4 @@ int usb_interface_check(u16 vendor, u16 device);
 # define debug(fmt, ...)       while (0) { printf(fmt, ##__VA_ARGS__); }
 #endif
 
-void usb_fatal(const char *message) __attribute__ ((noreturn));
 #endif