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