diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2008-07-28 16:22:34 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@hera.kernel.org> | 2008-10-10 16:32:28 +0000 |
commit | 40b10fc58a62a9698f4fa1916e61b0953139928a (patch) | |
tree | 36f99ec2ddbdcc4f4098dec8f84d8fe421ae382d /include/asm-parisc | |
parent | 98f172b257725de516a792b810b08639d6293d4d (diff) | |
download | op-kernel-dev-40b10fc58a62a9698f4fa1916e61b0953139928a.zip op-kernel-dev-40b10fc58a62a9698f4fa1916e61b0953139928a.tar.gz |
parisc: ropes.h - fix <asm-parisc/*> -> <asm/*>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/ropes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/ropes.h b/include/asm-parisc/ropes.h index 007a8806..09f51d5 100644 --- a/include/asm-parisc/ropes.h +++ b/include/asm-parisc/ropes.h @@ -1,7 +1,7 @@ #ifndef _ASM_PARISC_ROPES_H_ #define _ASM_PARISC_ROPES_H_ -#include <asm-parisc/parisc-device.h> +#include <asm/parisc-device.h> #ifdef CONFIG_64BIT /* "low end" PA8800 machines use ZX1 chipset: PAT PDC and only run 64-bit */ |