From: Thomas Gleixner Date: Wed, 30 Jan 2008 22:27:58 +0000 (+0100) Subject: alpha: fix x86.git merge build error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c18d1250c7425dddd2633ce4eaf03d5015e68a0f;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git alpha: fix x86.git merge build error a5a19c63f4e55e32dc0bc3d936d7f94793d8b380 removed the include of asm/pgalloc.h from asm-generic/tlb.h. That works fine on most architectures, but broke ALPHA. Fixup ALPHA by adding the include to asm-alpha/tlbflush.h Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/include/asm-alpha/tlbflush.h b/include/asm-alpha/tlbflush.h index eefab3fb51a..b9e9147226f 100644 --- a/include/asm-alpha/tlbflush.h +++ b/include/asm-alpha/tlbflush.h @@ -3,6 +3,7 @@ #include #include +#include #ifndef __EXTERN_INLINE #define __EXTERN_INLINE extern inline