diff options
author | Sam Ravnborg | 2005-09-09 22:32:31 +0200 |
---|---|---|
committer | Sam Ravnborg | 2005-09-09 22:32:31 +0200 |
commit | 048eb582f3f89737d4a29668de9935e6feea7c36 (patch) | |
tree | 515b3a1b72769d181eed020e166ece0d31b77446 /include/asm-mips/sim.h | |
parent | kbuild: ia64 use generic asm-offsets.h support (diff) | |
download | kernel-qcow2-linux-048eb582f3f89737d4a29668de9935e6feea7c36.tar.gz kernel-qcow2-linux-048eb582f3f89737d4a29668de9935e6feea7c36.tar.xz kernel-qcow2-linux-048eb582f3f89737d4a29668de9935e6feea7c36.zip |
kbuild: mips use generic asm-offsets.h support
Removed obsolete stuff from arch makefile.
mips had a special rule for generating asm-offsets.h so preserved it
using an architecture specific hook in top-level Kbuild file.
Renamed .h file to asm-offsets.h
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/asm-mips/sim.h')
-rw-r--r-- | include/asm-mips/sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/sim.h b/include/asm-mips/sim.h index 3ccfe09fa744..9c2af1b00e19 100644 --- a/include/asm-mips/sim.h +++ b/include/asm-mips/sim.h @@ -11,7 +11,7 @@ #include <linux/config.h> -#include <asm/offset.h> +#include <asm/asm-offsets.h> #define __str2(x) #x #define __str(x) __str2(x) |