From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755214AbaI3BgF (ORCPT ); Mon, 29 Sep 2014 21:36:05 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:64062 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755154AbaI3Bf7 (ORCPT ); Mon, 29 Sep 2014 21:35:59 -0400 From: Brian Norris To: Cc: Linux Kernel , Brian Norris , Russell King , Jason Cooper , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth Subject: [PATCH 2/5] ARM: mvebu: drop unnecessary include Date: Mon, 29 Sep 2014 18:35:27 -0700 Message-Id: <1412040930-16864-3-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com> References: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org is only being included because of the implicit requirements of v7_exit_coherency_flush(). Now that the implicit include is provided for us, we can drop it from our explicit list. Signed-off-by: Brian Norris Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: Sebastian Hesselbarth --- arch/arm/mach-mvebu/pmsu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c index 8a70a51533fd..2d283cbc5cc7 100644 --- a/arch/arm/mach-mvebu/pmsu.c +++ b/arch/arm/mach-mvebu/pmsu.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include -- 1.9.1