diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 00:19:02 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 00:19:02 -0400 |
commit | 2914d4da172f53f71d0563d3c3bae14e496cbc86 (patch) | |
tree | b8fd9ff1023a857db4b2b36d1974a91e36228423 /include | |
parent | 3e6c999de9a5438c97524a62845da8da78923205 (diff) |
sh: Kill off remaining config.h references.
A few of these managed to sneak back in, get rid of them once
and for all.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sh/sfp-machine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sh/sfp-machine.h b/include/asm-sh/sfp-machine.h index 8a6399a8cfe0..d3c548443f2a 100644 --- a/include/asm-sh/sfp-machine.h +++ b/include/asm-sh/sfp-machine.h | |||
@@ -25,8 +25,6 @@ | |||
25 | #ifndef _SFP_MACHINE_H | 25 | #ifndef _SFP_MACHINE_H |
26 | #define _SFP_MACHINE_H | 26 | #define _SFP_MACHINE_H |
27 | 27 | ||
28 | #include <linux/config.h> | ||
29 | |||
30 | #define _FP_W_TYPE_SIZE 32 | 28 | #define _FP_W_TYPE_SIZE 32 |
31 | #define _FP_W_TYPE unsigned long | 29 | #define _FP_W_TYPE unsigned long |
32 | #define _FP_WS_TYPE signed long | 30 | #define _FP_WS_TYPE signed long |