aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/types.h')
-rw-r--r--arch/alpha/include/asm/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/types.h b/arch/alpha/include/asm/types.h
index c1541353ccef..f072f344497e 100644
--- a/arch/alpha/include/asm/types.h
+++ b/arch/alpha/include/asm/types.h
@@ -8,7 +8,12 @@
* not a major issue. However, for interoperability, libraries still
* need to be careful to avoid a name clashes.
*/
+
+#ifdef __KERNEL__
+#include <asm-generic/int-ll64.h>
+#else
#include <asm-generic/int-l64.h>
+#endif
#ifndef __ASSEMBLY__