From patchwork Tue Aug 14 13:49:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 1319531 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 194BDDF215 for ; Tue, 14 Aug 2012 13:57:50 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T1HZD-00023a-57; Tue, 14 Aug 2012 13:53:55 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T1HW0-0000Y3-AP for linux-arm-kernel@lists.infradead.org; Tue, 14 Aug 2012 13:50:40 +0000 Received: by mail-wg0-f49.google.com with SMTP id ez12so257449wgb.18 for ; Tue, 14 Aug 2012 06:50:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=qmT24SnH8iiiFYK/Whi/4EzVWyAtvUrWkQap4N/dz7Q=; b=uldcpOMGXKCM3HarrXW9qa9fsi60NNMY5YDROGr9ltMHjxmAKCq68WTjWn9npiNvtX YWMFX00B6mMxWyz2RGpwPvo8izdx781EDHsF6g0Ght1juMJFRgMikcg7tcWlFGGHAam/ hRlQVn0eR2NO+v+mIv0sE524YdTVby0+ZY6pWE6aZrUX8O2mGuKqIpubG883nROk/8zP q7YSIjFsKvd6aHJ7T8f2vfhJZVGCLqOev0rYzNfyDZ/GjWkm9+5FqT8fcz1XgL/Rkte9 K6YT9iZ6E7StckwX64zERcnZZet0f1ZRq4TSdCcQAlpHnfMIq573yqfBYMulOkehQVJd ZJbA== Received: by 10.216.136.95 with SMTP id v73mr7936224wei.2.1344952235933; Tue, 14 Aug 2012 06:50:35 -0700 (PDT) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id eu4sm22509397wib.2.2012.08.14.06.50.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Aug 2012 06:50:35 -0700 (PDT) From: Richard Genoud To: Nicolas Ferre Subject: [PATCH 11/23] spi-atmel: fix __init/__devinit sections mismatch Date: Tue, 14 Aug 2012 15:49:25 +0200 Message-Id: <1344952177-18385-12-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1344952177-18385-1-git-send-email-richard.genoud@gmail.com> References: <1344952177-18385-1-git-send-email-richard.genoud@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (richard.genoud[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Richard Genoud , Jean-Christophe PLAGNIOL-VILLARD , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Signed-off-by: Richard Genoud --- drivers/spi/spi-atmel.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index 48bf3bc..d90e8fb 100644 --- a/drivers/spi/spi-atmel.c +++ b/drivers/spi/spi-atmel.c @@ -383,7 +383,7 @@ static inline int atmel_spi_xfer_can_be_chained(struct spi_transfer *xfer) } #if defined(CONFIG_SPI_ATMEL_DMA) -static bool __init filter(struct dma_chan *chan, void *slave) +static bool filter(struct dma_chan *chan, void *slave) { struct at_dma_slave *sl = slave; @@ -395,7 +395,7 @@ static bool __init filter(struct dma_chan *chan, void *slave) } } -static int __init atmel_spi_configure_dma(struct spi_master *master) +static int __devinit atmel_spi_configure_dma(struct spi_master *master) { struct atmel_spi *as = spi_master_get_devdata(master); struct device *controller = master->dev.parent; @@ -628,7 +628,7 @@ static void atmel_spi_disable_dma_irq(struct atmel_spi *as) spi_writel(as, PTCR, SPI_BIT(RXTDIS) | SPI_BIT(TXTDIS)); } -static int __init atmel_spi_configure_dma(struct spi_master *master) +static int __devinit atmel_spi_configure_dma(struct spi_master *master) { struct atmel_spi *as = spi_master_get_devdata(master);