From: Andrew Morton Date: Mon, 17 Dec 2012 23:59:22 +0000 (-0800) Subject: create non-empty arch/x86/include/uapi/asm/ files X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d7124073add4cd04508f9ae3adc2746c61d7e78b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git create non-empty arch/x86/include/uapi/asm/ files patch(1) doesn't create zero-length files, so my kernel didn't compile. Put something in these files so patch(1) actually creates them. Cc: David Howells Cc: Arnd Bergmann Cc: Thomas Gleixner Cc: Michael Kerrisk Cc: Paul E. McKenney Cc: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86/include/uapi/asm/hw_breakpoint.h b/arch/x86/include/uapi/asm/hw_breakpoint.h index e69de29bb2d1..79a9626b5500 100644 --- a/arch/x86/include/uapi/asm/hw_breakpoint.h +++ b/arch/x86/include/uapi/asm/hw_breakpoint.h @@ -0,0 +1 @@ +/* */ diff --git a/arch/x86/include/uapi/asm/setup.h b/arch/x86/include/uapi/asm/setup.h index e69de29bb2d1..79a9626b5500 100644 --- a/arch/x86/include/uapi/asm/setup.h +++ b/arch/x86/include/uapi/asm/setup.h @@ -0,0 +1 @@ +/* */