OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/tn7atm.c |
2 | +++ b/tn7atm.c |
||
3 | @@ -78,8 +78,8 @@ |
||
4 | #include <linux/ctype.h> |
||
5 | |||
6 | #include <asm/io.h> |
||
7 | -#include <asm/ar7/ar7.h> |
||
8 | -#include <asm/ar7/prom.h> |
||
9 | +#include <asm/mach-ar7/ar7.h> |
||
10 | +#include <asm/mach-ar7/prom.h> |
||
11 | |||
12 | #include "dsl_hal_api.h" |
||
13 | #ifdef AR7_EFM |
||
14 | --- a/tn7dsl.c |
||
15 | +++ b/tn7dsl.c |
||
16 | @@ -119,8 +119,8 @@ |
||
17 | #include <linux/firmware.h> |
||
18 | |||
19 | #include <asm/io.h> |
||
20 | -#include <asm/ar7/ar7.h> |
||
21 | -#include <asm/ar7/prom.h> |
||
22 | +#include <asm/mach-ar7/ar7.h> |
||
23 | +#include <asm/mach-ar7/prom.h> |
||
24 | |||
25 | /* Modules specific header files */ |
||
26 | #ifdef AR7_EFM |
||
27 | --- a/tn7sar.c |
||
28 | +++ b/tn7sar.c |
||
29 | @@ -55,8 +55,8 @@ |
||
30 | #include <linux/ctype.h> |
||
31 | |||
32 | #include <asm/io.h> |
||
33 | -#include <asm/ar7/ar7.h> |
||
34 | -#include <asm/ar7/prom.h> |
||
35 | +#include <asm/mach-ar7/ar7.h> |
||
36 | +#include <asm/mach-ar7/prom.h> |
||
37 | |||
38 | #define _CPHAL_AAL5 |
||
39 | #define _CPHAL_SAR |