summaryrefslogtreecommitdiffstats
path: root/package/pwc/patches/100-compile_fix.patch
blob: fc12c75ad83a633e9b2ad8ee6b4c88c2de99d721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -ur pwc.old/pwc.h pwc.dev/pwc.h
--- pwc.old/pwc.h	2006-04-13 23:38:43.000000000 +0200
+++ pwc.dev/pwc.h	2007-01-22 02:04:03.872800960 +0100
@@ -25,7 +25,7 @@
 #ifndef PWC_H
 #define PWC_H
 
-#include <linux/config.h>
+#include <linux/autoconf.h>
 #include <linux/module.h>
 #include <linux/usb.h>
 #include <linux/spinlock.h>
diff -ur pwc.old/pwc-uncompress.h pwc.dev/pwc-uncompress.h
--- pwc.old/pwc-uncompress.h	2006-01-07 12:57:47.000000000 +0100
+++ pwc.dev/pwc-uncompress.h	2007-01-22 02:04:18.129633592 +0100
@@ -30,7 +30,7 @@
 #ifndef PWC_UNCOMPRESS_H
 #define PWC_UNCOMPRESS_H
 
-#include <linux/config.h>
+#include <linux/autoconf.h>
 
 #include "pwc-ioctl.h"