2012-05-05 17:32:29 +00:00
|
|
|
--- a/tn7atm.c
|
|
|
|
+++ b/tn7atm.c
|
2017-10-13 09:32:31 +00:00
|
|
|
@@ -78,8 +78,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"
|
2010-03-07 18:16:07 +00:00
|
|
|
#ifdef AR7_EFM
|
2012-05-05 17:32:29 +00:00
|
|
|
--- a/tn7dsl.c
|
|
|
|
+++ b/tn7dsl.c
|
2017-10-13 09:32:31 +00:00
|
|
|
@@ -119,8 +119,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 */
|
2010-03-07 18:16:07 +00:00
|
|
|
#ifdef AR7_EFM
|
2012-05-05 17:32:29 +00:00
|
|
|
--- a/tn7sar.c
|
|
|
|
+++ b/tn7sar.c
|
2017-10-13 09:32:31 +00:00
|
|
|
@@ -55,8 +55,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
|