Skip to content

Commit

Permalink
h8300: put bitsperlong.h in uapi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Dichtel authored and Masahiro Yamada committed May 10, 2017
1 parent 2868b25 commit 3783567
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __ASM_H8300_BITS_PER_LONG
#define __ASM_H8300_BITS_PER_LONG
#ifndef _UAPI__ASM_H8300_BITS_PER_LONG
#define _UAPI__ASM_H8300_BITS_PER_LONG

#include <asm-generic/bitsperlong.h>

Expand All @@ -11,4 +11,4 @@ typedef long __kernel_ssize_t;
typedef long __kernel_ptrdiff_t;
#endif

#endif /* __ASM_H8300_BITS_PER_LONG */
#endif /* _UAPI__ASM_H8300_BITS_PER_LONG */

0 comments on commit 3783567

Please sign in to comment.