diff options
Diffstat (limited to 'include/asm-m68k/cputime.h')
-rw-r--r-- | include/asm-m68k/cputime.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-m68k/cputime.h b/include/asm-m68k/cputime.h new file mode 100644 index 000000000000..c79c5e892305 --- /dev/null +++ b/include/asm-m68k/cputime.h @@ -0,0 +1,6 @@ +#ifndef __M68K_CPUTIME_H +#define __M68K_CPUTIME_H + +#include <asm-generic/cputime.h> + +#endif /* __M68K_CPUTIME_H */ |