2012-05-05 17:32:29 +00:00
|
|
|
--- a/tn7atm.c
|
|
|
|
+++ b/tn7atm.c
|
2017-10-13 09:32:31 +00:00
|
|
|
@@ -73,8 +73,8 @@
|
2009-08-11 18:50:45 +00:00
|
|
|
#include <linux/ctype.h>
|
|
|
|
|
|
|
|
#include <asm/io.h>
|
2017-10-13 09:32:31 +00:00
|
|
|
-#include <asm/ar7/ar7.h>
|
|
|
|
-#include <asm/ar7/prom.h>
|
2009-08-11 18:50:45 +00:00
|
|
|
+#include <asm/mach-ar7/ar7.h>
|
|
|
|
+#include <asm/mach-ar7/prom.h>
|
|
|
|
|
|
|
|
#include "dsl_hal_api.h"
|
|
|
|
#include "tn7atm.h"
|
2012-05-05 17:32:29 +00:00
|
|
|
--- a/tn7dsl.c
|
|
|
|
+++ b/tn7dsl.c
|
2017-10-13 09:32:31 +00:00
|
|
|
@@ -111,8 +111,8 @@
|
|
|
|
#include <linux/firmware.h>
|
2009-08-11 18:50:45 +00:00
|
|
|
|
|
|
|
#include <asm/io.h>
|
2017-10-13 09:32:31 +00:00
|
|
|
-#include <asm/ar7/ar7.h>
|
|
|
|
-#include <asm/ar7/prom.h>
|
2009-08-11 18:50:45 +00:00
|
|
|
+#include <asm/mach-ar7/ar7.h>
|
|
|
|
+#include <asm/mach-ar7/prom.h>
|
|
|
|
|
|
|
|
/* Modules specific header files */
|
|
|
|
#include "tn7atm.h"
|
2012-05-05 17:32:29 +00:00
|
|
|
--- a/tn7sar.c
|
|
|
|
+++ b/tn7sar.c
|
2017-10-13 09:32:31 +00:00
|
|
|
@@ -54,8 +54,8 @@
|
2009-08-11 18:50:45 +00:00
|
|
|
#include <linux/ctype.h>
|
|
|
|
|
|
|
|
#include <asm/io.h>
|
2017-10-13 09:32:31 +00:00
|
|
|
-#include <asm/ar7/ar7.h>
|
|
|
|
-#include <asm/ar7/prom.h>
|
2009-08-11 18:50:45 +00:00
|
|
|
+#include <asm/mach-ar7/ar7.h>
|
|
|
|
+#include <asm/mach-ar7/prom.h>
|
|
|
|
|
|
|
|
#define _CPHAL_AAL5
|
|
|
|
#define _CPHAL_SAR
|