aboutsummaryrefslogtreecommitdiff
path: root/arch/mn10300/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mn10300/include/asm/types.h')
-rw-r--r--arch/mn10300/include/asm/types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mn10300/include/asm/types.h b/arch/mn10300/include/asm/types.h
index 713d4ba108a5..3d6e48311bef 100644
--- a/arch/mn10300/include/asm/types.h
+++ b/arch/mn10300/include/asm/types.h
@@ -11,15 +11,12 @@
#ifndef _ASM_TYPES_H
#define _ASM_TYPES_H
-#include <asm-generic/int-ll64.h>
+#include <uapi/asm/types.h>
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
-#ifdef __KERNEL__
#define BITS_PER_LONG 32
-#endif /* __KERNEL__ */
-
#endif /* _ASM_TYPES_H */