4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Bob Tracy <rct@xxxxxxxx> commit 842fc0f5dc5c9f9bd91f891554996d903c40cf35 upstream. Cc: stable@xxxxxxxxxxxxxxx # v4.18+ Signed-off-by: Bob Tracy <rct@xxxxxxxx> Signed-off-by: Matt Turner <mattst88@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- tools/include/uapi/asm/bitsperlong.h | 2 ++ 1 file changed, 2 insertions(+) --- a/tools/include/uapi/asm/bitsperlong.h +++ b/tools/include/uapi/asm/bitsperlong.h @@ -15,6 +15,8 @@ #include "../../arch/ia64/include/uapi/asm/bitsperlong.h" #elif defined(__riscv) #include "../../arch/riscv/include/uapi/asm/bitsperlong.h" +#elif defined(__alpha__) +#include "../../arch/alpha/include/uapi/asm/bitsperlong.h" #else #include <asm-generic/bitsperlong.h> #endif