flashrom: include io.h to fix compile error
authornotnyt <nyt-github@countercultured.net>
Sun, 17 Jan 2016 20:58:09 +0000 (15:58 -0500)
committernotnyt <nyt-github@countercultured.net>
Sun, 17 Jan 2016 20:59:16 +0000 (15:59 -0500)
This patch includes sys/io.h from flash.h to fix compile errors

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
utils/flashrom/Makefile
utils/flashrom/patches/0003-fix-io-h-include.patch [new file with mode: 0644]

index e6e38b43192e98344b53a5e704a627926f9d7579..7c66682abb3b80df2a19b1fe2e7f8fc1bfa1e43c 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=flashrom
 PKG_VERSION:=0.9.8
-PKG_RELEASE:=5
+PKG_RELEASE:=6
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://download.flashrom.org/releases
diff --git a/utils/flashrom/patches/0003-fix-io-h-include.patch b/utils/flashrom/patches/0003-fix-io-h-include.patch
new file mode 100644 (file)
index 0000000..50aa2a8
--- /dev/null
@@ -0,0 +1,12 @@
+diff -uprN a/linux_spi.c b/linux_spi.c
+--- a/flash.h     2015-02-08 16:57:52.000000000 -0500
++++ b/flash.h     2016-01-08 20:09:51.599387507 -0500
+@@ -30,6 +30,7 @@
+ #include <stdio.h>
+ #include <stdint.h>
+ #include <stddef.h>
++#include <sys/io.h>
+ #include <stdbool.h>
+ #if IS_WINDOWS
+ #include <windows.h>
+