From patchwork Thu Jul 28 13:35:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huang Weiyi X-Patchwork-Id: 1015652 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p6SDZWtL010330 for ; Thu, 28 Jul 2011 13:35:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753677Ab1G1Nfa (ORCPT ); Thu, 28 Jul 2011 09:35:30 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:47309 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752963Ab1G1Nfa (ORCPT ); Thu, 28 Jul 2011 09:35:30 -0400 Received: by gxk21 with SMTP id 21so1787881gxk.19 for ; Thu, 28 Jul 2011 06:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=poxTmAR2nIsjQfDLnCMjpg3hb2RllrujFkO4nZfhPXs=; b=S67X0YUTpnic9CiAn/riAha6fnXSVWjXPl9sFO0Tra9xV1ouSqbJFY94pgYCWfLzcG mcHFgQ6bmRo6GaIno489SNEnqk1G9Ycmoi/yTd5BgQjs2I8KlX+FK7LSQyZt9lMkLwjP z2Xs1osY3+i+qI2CD2PhiQQ42wWOwbVtcPti4= Received: by 10.68.28.169 with SMTP id c9mr249162pbh.55.1311860129305; Thu, 28 Jul 2011 06:35:29 -0700 (PDT) Received: from localhost.localdomain ([58.212.82.33]) by mx.google.com with ESMTPS id v1sm301498pbg.95.2011.07.28.06.35.21 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Jul 2011 06:35:28 -0700 (PDT) From: Huang Weiyi To: paul@pwsan.com Cc: linux-omap@vger.kernel.org, Huang Weiyi Subject: [PATCH] OMAP4: hwmod data: remove duplicated #include Date: Thu, 28 Jul 2011 21:35:09 +0800 Message-Id: <1311860109-5816-1-git-send-email-weiyi.huang@gmail.com> X-Mailer: git-send-email 1.6.1.2 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 28 Jul 2011 13:35:32 +0000 (UTC) Remove duplicated #include('s) in arch/arm/mach-omap2/omap_hwmod_44xx_data.c Signed-off-by: Huang Weiyi Acked-by: Benoit Cousson --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 6201422..374edcf 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "omap_hwmod_common_data.h"