mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Cosmetic updates and trivial fixes of m32r arch-dependent files. - Remove RCS ID strings and trailing white lines - Other misc. cosmetic updates Signed-off-by: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7 lines
116 B
C
7 lines
116 B
C
#ifndef _ASM_M32R_ERRNO_H
|
|
#define _ASM_M32R_ERRNO_H
|
|
|
|
#include <asm-generic/errno.h>
|
|
|
|
#endif /* _ASM_M32R_ERRNO_H */
|