mcst-linux-kernel/patches-2024.06.26/libcrystalhd3-1.0.0/driver-build-failure-fix.patch

14 lines
312 B
Diff
Raw Normal View History

2024-07-09 13:51:45 +03:00
Description: Patch to fix build failures with GCC-4.6
Origin: Debian
--- a/driver/linux/crystalhd_hw.h
+++ b/driver/linux/crystalhd_hw.h
@@ -35,6 +35,7 @@
#else
#include <asm/semaphore.h>
#endif
+#include <linux/delay.h>
#include "crystalhd_fw_if.h"
#include "crystalhd_misc.h"
#include "DriverFwShare.h"