Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934993AbcJ2L4m (ORCPT ); Sat, 29 Oct 2016 07:56:42 -0400 Received: from smtp04.smtpout.orange.fr ([80.12.242.126]:20482 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934625AbcJ2L4j (ORCPT ); Sat, 29 Oct 2016 07:56:39 -0400 X-ME-Helo: belgarion.home X-ME-Date: Sat, 29 Oct 2016 13:56:35 +0200 X-ME-IP: 90.38.45.229 From: Robert Jarzmik To: Daniel Mack , Haojian Zhuang , Robert Jarzmik Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Wei Yongjun Subject: [PATCH v2] ARM: pxa: remove duplicated include from spitz.c Date: Sat, 29 Oct 2016 13:56:30 +0200 Message-Id: <1477742190-3300-1-git-send-email-robert.jarzmik@free.fr> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1310 Lines: 42 From: Wei Yongjun This partially reverts commit 12beb346710b ("Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8"). This former patch introduced accidentally a double include of module.h. Signed-off-by: Wei Yongjun Acked-by: Paul Gortmaker [amended commit message and 2 comments] Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/corgi.c | 1 - arch/arm/mach-pxa/spitz.c | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index 10bfdb169366..183cd3446f25 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c @@ -35,7 +35,6 @@ #include #include #include -#include #include #include