summaryrefslogtreecommitdiffstats
path: root/patches/xf86-video-intel-2.21.15/0002-fix-building-with-latest-udev.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/xf86-video-intel-2.21.15/0002-fix-building-with-latest-udev.patch')
-rw-r--r--patches/xf86-video-intel-2.21.15/0002-fix-building-with-latest-udev.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/xf86-video-intel-2.21.15/0002-fix-building-with-latest-udev.patch b/patches/xf86-video-intel-2.21.15/0002-fix-building-with-latest-udev.patch
deleted file mode 100644
index ec7d5348b..000000000
--- a/patches/xf86-video-intel-2.21.15/0002-fix-building-with-latest-udev.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Fri, 29 May 2015 13:39:27 +0200
-Subject: [PATCH] fix building with latest udev
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- src/uxa/intel_driver.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/uxa/intel_driver.c b/src/uxa/intel_driver.c
-index 675408da6a8f..6940b1055404 100644
---- a/src/uxa/intel_driver.c
-+++ b/src/uxa/intel_driver.c
-@@ -44,6 +44,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
- #include <stdlib.h>
- #include <stdio.h>
- #include <errno.h>
-+#include <sys/stat.h>
-
- #include "xf86.h"
- #include "xf86_OSproc.h"