diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:55:59 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:55:59 +0100 |
commit | 1eb911922a7e818a6f314a68c0561bba008e6efd (patch) | |
tree | 9b647e44195a0a0876b40cbf5fa42dca0641179f /main/flashrom/spi-ioctl.patch | |
parent | d420552f02af2ad6a15cf3a70b76bf86b222c07e (diff) | |
download | aports-1eb911922a7e818a6f314a68c0561bba008e6efd.tar.bz2 aports-1eb911922a7e818a6f314a68c0561bba008e6efd.tar.xz |
Remove stale patches in main/
Diffstat (limited to 'main/flashrom/spi-ioctl.patch')
-rw-r--r-- | main/flashrom/spi-ioctl.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/main/flashrom/spi-ioctl.patch b/main/flashrom/spi-ioctl.patch deleted file mode 100644 index 83c57d82e9..0000000000 --- a/main/flashrom/spi-ioctl.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- flashrom-0.9.8.orig/linux_spi.c -+++ flashrom-0.9.8/linux_spi.c -@@ -26,6 +26,7 @@ - #include <errno.h> - #include <ctype.h> - #include <unistd.h> -+#include <asm/ioctl.h> - #include <linux/types.h> - #include <linux/spi/spidev.h> - #include <sys/ioctl.h> ---- flashrom-0.9.8.orig/linux_spi.c -+++ flashrom-0.9.8/linux_spi.c -@@ -22,7 +22,7 @@ - #include <stdio.h> - #include <string.h> - #include <stdlib.h> --#include <sys/fcntl.h> -+#include <fcntl.h> - #include <errno.h> - #include <ctype.h> - #include <unistd.h> ---- flashrom-0.9.8.orig/hwaccess.h -+++ flashrom-0.9.8/hwaccess.h -@@ -25,9 +25,7 @@ - #define __HWACCESS_H__ 1 - - #if IS_X86 --#if defined(__GLIBC__) - #include <sys/io.h> --#endif - #endif - - #if NEED_PCI == 1 |