889b21f954
Minimum supported kernel is 3.18, so we don't need to test for anything older. In addition, the API hasn't changed since then, so we don't need to check for any kernel version at all. This helps to keeps the amount of changes more managable. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
39 lines
796 B
Diff
39 lines
796 B
Diff
--- a/tn7atm.c
|
|
+++ b/tn7atm.c
|
|
@@ -73,8 +73,8 @@
|
|
#include <linux/ctype.h>
|
|
|
|
#include <asm/io.h>
|
|
-#include <asm/ar7/ar7.h>
|
|
-#include <asm/ar7/prom.h>
|
|
+#include <asm/mach-ar7/ar7.h>
|
|
+#include <asm/mach-ar7/prom.h>
|
|
|
|
#include "dsl_hal_api.h"
|
|
#include "tn7atm.h"
|
|
--- a/tn7dsl.c
|
|
+++ b/tn7dsl.c
|
|
@@ -111,8 +111,8 @@
|
|
#include <linux/firmware.h>
|
|
|
|
#include <asm/io.h>
|
|
-#include <asm/ar7/ar7.h>
|
|
-#include <asm/ar7/prom.h>
|
|
+#include <asm/mach-ar7/ar7.h>
|
|
+#include <asm/mach-ar7/prom.h>
|
|
|
|
/* Modules specific header files */
|
|
#include "tn7atm.h"
|
|
--- a/tn7sar.c
|
|
+++ b/tn7sar.c
|
|
@@ -54,8 +54,8 @@
|
|
#include <linux/ctype.h>
|
|
|
|
#include <asm/io.h>
|
|
-#include <asm/ar7/ar7.h>
|
|
-#include <asm/ar7/prom.h>
|
|
+#include <asm/mach-ar7/ar7.h>
|
|
+#include <asm/mach-ar7/prom.h>
|
|
|
|
#define _CPHAL_AAL5
|
|
#define _CPHAL_SAR
|