From patchwork Thu Jun 20 00:01:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 2752431 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6B975C0AB1 for ; Thu, 20 Jun 2013 00:01:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9022D20114 for ; Thu, 20 Jun 2013 00:01:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 27BF420157 for ; Thu, 20 Jun 2013 00:01:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935411Ab3FTABI (ORCPT ); Wed, 19 Jun 2013 20:01:08 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:38856 "EHLO mail-bk0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935056Ab3FTABG (ORCPT ); Wed, 19 Jun 2013 20:01:06 -0400 Received: by mail-bk0-f41.google.com with SMTP id jc3so2607559bkc.14 for ; Wed, 19 Jun 2013 17:01:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=WL/unKDC5RaLWlWDufFEP2TVQLXUoGyRWlPdXde+yEY=; b=YQd382ugwbQQvMC0HCG9mJJAsWJ16Ma6byvIjp/ZAMwV7BpJtwJ1kBkkRQcJbDXzNi jnT40CicJb5Y3nrYkVp/xDUF3liytDwM+iVYtEDd75XioqJX8gU7fpgNBoHAsxjJBFcI QgqcgAZS6PkADqYmgP0rFpGTYtUHrVxfI4TB4JeAev/fBXUh8o4yhxqCvUSqiFgUkHrC fVztFFbtCYR3ZV2cQUQPBDvnJaBKl9njQCNz/dBfoBXnBzw1OREba4b+YsrlaNimypxD aUWfa2n6G2PGQ8cNuVOvfGNGE+yKBSgjHcW6jWAkTbuCgrxAEEeHNRz5Skqx1hNrAyLe YC9Q== MIME-Version: 1.0 X-Received: by 10.205.26.9 with SMTP id rk9mr709916bkb.39.1371686465552; Wed, 19 Jun 2013 17:01:05 -0700 (PDT) Received: by 10.204.42.138 with HTTP; Wed, 19 Jun 2013 17:01:05 -0700 (PDT) Date: Thu, 20 Jun 2013 08:01:05 +0800 Message-ID: Subject: [PATCH -next] ARM: OMAP2+: devices: remove duplicated include from devices.c From: Wei Yongjun To: tony@atomide.com, linux@arm.linux.org.uk Cc: yongjun_wei@trendmicro.com.cn, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-8.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-omap2/devices.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index c0f99ab..8349238 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include