From 68bd0e50360fd97914e0716f4c9d81ceb980e3ba Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 30 Mar 2016 13:58:46 +0200 Subject: PPC: atomic: remove non existing header include linux/config.h does not exist. Remove its inclusion. Signed-off-by: Sascha Hauer --- arch/ppc/include/asm/atomic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/ppc/include') diff --git a/arch/ppc/include/asm/atomic.h b/arch/ppc/include/asm/atomic.h index a98d892ea7..af3c61a823 100644 --- a/arch/ppc/include/asm/atomic.h +++ b/arch/ppc/include/asm/atomic.h @@ -5,8 +5,6 @@ #ifndef _ASM_PPC_ATOMIC_H_ #define _ASM_PPC_ATOMIC_H_ -#include - #ifdef CONFIG_SMP typedef struct { volatile int counter; } atomic_t; #else -- cgit v1.2.3