diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-07-03 15:46:24 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:02 -0500 |
commit | 8a240ed95da6e3299fd0542d2799499866080494 (patch) | |
tree | 7133346327b68533ad52355cfba18f54207e577f /legacy/mach64-drm/header-fix.patch | |
parent | 05571b8b173df3510e3159d899865d8cc4a10a92 (diff) | |
download | packages-8a240ed95da6e3299fd0542d2799499866080494.tar.gz packages-8a240ed95da6e3299fd0542d2799499866080494.tar.bz2 packages-8a240ed95da6e3299fd0542d2799499866080494.tar.xz packages-8a240ed95da6e3299fd0542d2799499866080494.zip |
user/mach64-drm: Move to legacy/
Hopefully we can make the in-kernel stuff work.
Diffstat (limited to 'legacy/mach64-drm/header-fix.patch')
-rw-r--r-- | legacy/mach64-drm/header-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/legacy/mach64-drm/header-fix.patch b/legacy/mach64-drm/header-fix.patch new file mode 100644 index 000000000..797bf8194 --- /dev/null +++ b/legacy/mach64-drm/header-fix.patch @@ -0,0 +1,10 @@ +--- mach64-drm-5.6/mach64_drv.c.old 2020-04-24 00:36:27.000000000 +0000 ++++ mach64-drm-5.6/mach64_drv.c 2020-08-09 20:03:14.816701578 +0000 +@@ -32,6 +32,7 @@ + + #include <drm/drm_drv.h> + #include <drm/drm_file.h> ++#include <drm/drm_pci.h> + + #include "mach64_drm.h" + #include "mach64_drv.h" |