X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=payloads%2Flibpayload%2Finclude%2Fusb%2Fusb.h;h=e38aa78bd1ab3d040d834c51ebd97a609f679d19;hp=2cd9c558950c66c7c90b88955a1b34b83846329f;hb=2e768e7f171514924c3b206b7f3fbe6bf20c1c71;hpb=3cd0ae2c7b21174188ff1df1f98d3d5295cb7684 diff --git a/payloads/libpayload/include/usb/usb.h b/payloads/libpayload/include/usb/usb.h index 2cd9c5589..e38aa78bd 100644 --- a/payloads/libpayload/include/usb/usb.h +++ b/payloads/libpayload/include/usb/usb.h @@ -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