Commit cec6dc5d732c649e5f477c21c93d99eb25edae1e
Committed by
David S. Miller
1 parent
d113fcd9cf
Exists in
master
and in
7 other branches
[SPARC]: Merge asm-sparc{,64}/cputime.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 6 deletions Inline Diff
include/asm-sparc64/cputime.h
1 | #ifndef __SPARC64_CPUTIME_H | 1 | #include <asm-sparc/cputime.h> |
2 | #define __SPARC64_CPUTIME_H | ||
3 | |||
4 | #include <asm-generic/cputime.h> | ||
5 | |||
6 | #endif /* __SPARC64_CPUTIME_H */ | ||
7 | 2 |