aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-28 03:27:14 -0400
committerArnd Bergmann <arnd@arndb.de>2015-10-14 18:21:07 -0400
commit2f8e2c877784a0b23f02b41550170a24e14f5c95 (patch)
tree70578f580b363151376a064ff9515fb8b100f974 /drivers/edac
parent049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff)
move io-64-nonatomic*.h out of asm-generic
These are not implementations of default architecture code but helpers for drivers. Move them to the place they belong to. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/i3200_edac.c2
-rw-r--r--drivers/edac/ie31200_edac.c2
-rw-r--r--drivers/edac/x38_edac.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/edac/i3200_edac.c b/drivers/edac/i3200_edac.c
index 4ad062b0ef26..1f453382258a 100644
--- a/drivers/edac/i3200_edac.c
+++ b/drivers/edac/i3200_edac.c
@@ -15,7 +15,7 @@
15#include <linux/io.h> 15#include <linux/io.h>
16#include "edac_core.h" 16#include "edac_core.h"
17 17
18#include <asm-generic/io-64-nonatomic-lo-hi.h> 18#include <linux/io-64-nonatomic-lo-hi.h>
19 19
20#define I3200_REVISION "1.1" 20#define I3200_REVISION "1.1"
21 21
diff --git a/drivers/edac/ie31200_edac.c b/drivers/edac/ie31200_edac.c
index a981dc6fd88e..18d77ace4813 100644
--- a/drivers/edac/ie31200_edac.c
+++ b/drivers/edac/ie31200_edac.c
@@ -39,7 +39,7 @@
39#include <linux/pci_ids.h> 39#include <linux/pci_ids.h>
40#include <linux/edac.h> 40#include <linux/edac.h>
41 41
42#include <asm-generic/io-64-nonatomic-lo-hi.h> 42#include <linux/io-64-nonatomic-lo-hi.h>
43#include "edac_core.h" 43#include "edac_core.h"
44 44
45#define IE31200_REVISION "1.0" 45#define IE31200_REVISION "1.0"
diff --git a/drivers/edac/x38_edac.c b/drivers/edac/x38_edac.c
index 7c5cdc62f31c..314cf5cf268c 100644
--- a/drivers/edac/x38_edac.c
+++ b/drivers/edac/x38_edac.c
@@ -15,7 +15,7 @@
15#include <linux/pci_ids.h> 15#include <linux/pci_ids.h>
16#include <linux/edac.h> 16#include <linux/edac.h>
17 17
18#include <asm-generic/io-64-nonatomic-lo-hi.h> 18#include <linux/io-64-nonatomic-lo-hi.h>
19#include "edac_core.h" 19#include "edac_core.h"
20 20
21#define X38_REVISION "1.1" 21#define X38_REVISION "1.1"