diff options
| author | Christoph Hellwig <[email protected]> | 2015-08-28 07:27:14 +0000 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2015-10-14 22:21:07 +0000 |
| commit | 2f8e2c877784a0b23f02b41550170a24e14f5c95 (patch) | |
| tree | 70578f580b363151376a064ff9515fb8b100f974 /drivers/platform/x86/intel_ips.c | |
| parent | Linux 4.3-rc4 (diff) | |
| download | kernel-2f8e2c877784a0b23f02b41550170a24e14f5c95.tar.gz kernel-2f8e2c877784a0b23f02b41550170a24e14f5c95.zip | |
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 <[email protected]>
Acked-by: Darren Hart <[email protected]>
Acked-by: Hitoshi Mitake <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel_ips.c')
| -rw-r--r-- | drivers/platform/x86/intel_ips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_ips.c b/drivers/platform/x86/intel_ips.c index e2065e06a3f3..55663b3d7282 100644 --- a/drivers/platform/x86/intel_ips.c +++ b/drivers/platform/x86/intel_ips.c @@ -78,7 +78,7 @@ #include <asm/processor.h> #include "intel_ips.h" -#include <asm-generic/io-64-nonatomic-lo-hi.h> +#include <linux/io-64-nonatomic-lo-hi.h> #define PCI_DEVICE_ID_INTEL_THERMAL_SENSOR 0x3b32 |
