diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-06-19 16:39:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 00:45:02 -0400 |
commit | 5e3609f60c09f0f15f71f80c6d7933b2c7be71a6 (patch) | |
tree | cae8f8c2f446b7e979b1763d78af19a025ab756f /include/asm-sparc64/unaligned.h | |
parent | 075ae525327ed789f5b755a8042ee6f3a0e2ab7b (diff) |
sparc: merge header files with trivial differences
A manual inspection revealed that the following headerfiles
contained only trivial differences:
hw_irq.h idprom.h kmap_types.h kvm.h spinlock_types.h sunbpp.h unaligned.h
The only noteworthy change are that sparc64 had a volatile
qualifer that sparc missed in spinlock_types.h.
In addition a few comments were updated.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/asm-sparc64/unaligned.h')
-rw-r--r-- | include/asm-sparc64/unaligned.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/include/asm-sparc64/unaligned.h b/include/asm-sparc64/unaligned.h index edcebb09441e..19fbf9508acf 100644 --- a/include/asm-sparc64/unaligned.h +++ b/include/asm-sparc64/unaligned.h | |||
@@ -1,10 +1 @@ | |||
1 | #ifndef _ASM_SPARC64_UNALIGNED_H | #include <asm-sparc/unaligned.h> | |
2 | #define _ASM_SPARC64_UNALIGNED_H | ||
3 | |||
4 | #include <linux/unaligned/be_struct.h> | ||
5 | #include <linux/unaligned/le_byteshift.h> | ||
6 | #include <linux/unaligned/generic.h> | ||
7 | #define get_unaligned __get_unaligned_be | ||
8 | #define put_unaligned __put_unaligned_be | ||
9 | |||
10 | #endif /* _ASM_SPARC64_UNALIGNED_H */ | ||