From: David Woodhouse Date: Sat, 6 May 2006 18:59:18 +0000 (+0100) Subject: Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5047f09b56d0bc3c21aec9cb16de60283da645c6;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git Merge git://git./linux/kernel/git/torvalds/linux-2.6 Signed-off-by: David Woodhouse --- 5047f09b56d0bc3c21aec9cb16de60283da645c6 diff --cc include/asm-arm/bug.h index 0e36fd5d87df,5ab8216f5204..7fb02138f585 --- a/include/asm-arm/bug.h +++ b/include/asm-arm/bug.h @@@ -1,6 -1,8 +1,7 @@@ #ifndef _ASMARM_BUG_H #define _ASMARM_BUG_H + #include -#include #ifdef CONFIG_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE diff --cc include/asm-powerpc/topology.h index 4cf340ccb4cd,87362a05542b..19c575f39164 --- a/include/asm-powerpc/topology.h +++ b/include/asm-powerpc/topology.h @@@ -2,7 -2,11 +2,10 @@@ #define _ASM_POWERPC_TOPOLOGY_H #ifdef __KERNEL__ -#include + struct sys_device; + struct device_node; + #ifdef CONFIG_NUMA #include