From patchwork Sun Jul 20 14:01:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: weiyj_lk@163.com X-Patchwork-Id: 4591001 Return-Path: X-Original-To: patchwork-linux-spi@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 B5885C0514 for ; Sun, 20 Jul 2014 14:02:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F410E20120 for ; Sun, 20 Jul 2014 14:02:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1BF122011D for ; Sun, 20 Jul 2014 14:02:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751240AbaGTOCI (ORCPT ); Sun, 20 Jul 2014 10:02:08 -0400 Received: from m12-13.163.com ([220.181.12.13]:55141 "EHLO m12-13.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888AbaGTOCI (ORCPT ); Sun, 20 Jul 2014 10:02:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id; bh=FidUnmnfS5boRxWIIb ZF63AVwAV6YpuRkWCm2mQcT60=; b=Ii0Itlb0YlNFuVDa8itnCELYURf1VLBsQn fjtRqlc/Jnq/3ZN615ETKlV0er/cIMzOmCkkwZ0kI7drfMWd4K2Qy2FrIp/ny3gA Lm7BqV+iVNtkPKdOJRJedwobX1cTCAG3EhR3RBc2cEFCOxX4tJVbW+CGaH4Kf1u5 bJ2sLqCos= Received: from localhost.localdomain.localdomain (unknown [49.77.206.80]) by smtp9 (Coremail) with SMTP id DcCowEDp3Wi1y8tTYwsECA--.271S2; Sun, 20 Jul 2014 22:01:25 +0800 (CST) X-Coremail-DSSMTP: 49.77.206.80 From: weiyj_lk@163.com To: Heiko Stuebner , Mark Brown , Grant Likely , Rob Herring Cc: Wei Yongjun , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org Subject: [PATCH -next] spi/rockchip: remove duplicated include from spi-rockchip.c Date: Sun, 20 Jul 2014 22:01:24 +0800 Message-Id: <1405864884-13981-1-git-send-email-weiyj_lk@163.com> X-Mailer: git-send-email 1.9.3 X-CM-TRANSID: DcCowEDp3Wi1y8tTYwsECA--.271S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUvP8nUUUUU X-Originating-IP: [49.77.206.80] X-CM-SenderInfo: pzhl5yxbonqiywtou0bp/1tbiJRfO1k9pFqpCVAABsn Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, 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 --- drivers/spi/spi-rockchip.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-spi" 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/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c index 72fb287..d697381 100644 --- a/drivers/spi/spi-rockchip.c +++ b/drivers/spi/spi-rockchip.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #define DRIVER_NAME "rockchip-spi"