From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Wed, 16 Apr 2014 01:57:25 +0000 Subject: [PATCH v5 11/20] ARM: shmobile: r8a7779: Do not include sh_clk.h in r8a7779.h Message-Id: <1397613454-7522-12-git-send-email-horms+renesas@verge.net.au> List-Id: References: <1397613454-7522-1-git-send-email-horms+renesas@verge.net.au> In-Reply-To: <1397613454-7522-1-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Do not include sh_clk.h in r8a7779.h as it is not necessary. Signed-off-by: Simon Horman --- arch/arm/mach-shmobile/include/mach/r8a7779.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h index d5ba2d8..757b903 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7779.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h @@ -1,7 +1,6 @@ #ifndef __ASM_R8A7779_H__ #define __ASM_R8A7779_H__ -#include #include #include -- 1.8.5.2