Skip to content

Commit 3783567

Browse files
NicolasDichtelmasahir0y
authored andcommitted
h8300: put bitsperlong.h in uapi
This header file is exported, thus move it to uapi. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 2868b25 commit 3783567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/h8300/include/asm/bitsperlong.h renamed to arch/h8300/include/uapi/asm/bitsperlong.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef __ASM_H8300_BITS_PER_LONG
2-
#define __ASM_H8300_BITS_PER_LONG
1+
#ifndef _UAPI__ASM_H8300_BITS_PER_LONG
2+
#define _UAPI__ASM_H8300_BITS_PER_LONG
33

44
#include <asm-generic/bitsperlong.h>
55

@@ -11,4 +11,4 @@ typedef long __kernel_ssize_t;
1111
typedef long __kernel_ptrdiff_t;
1212
#endif
1313

14-
#endif /* __ASM_H8300_BITS_PER_LONG */
14+
#endif /* _UAPI__ASM_H8300_BITS_PER_LONG */

0 commit comments

Comments
 (0)