From patchwork Thu Sep 15 10:45:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 76264 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp2366849qgf; Thu, 15 Sep 2016 03:43:43 -0700 (PDT) X-Received: by 10.98.220.93 with SMTP id t90mr13358336pfg.30.1473936223389; Thu, 15 Sep 2016 03:43:43 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a14si38786204pfc.101.2016.09.15.03.43.43; Thu, 15 Sep 2016 03:43:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934099AbcIOKni (ORCPT + 27 others); Thu, 15 Sep 2016 06:43:38 -0400 Received: from mail-qk0-f178.google.com ([209.85.220.178]:34361 "EHLO mail-qk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756296AbcIOKn1 (ORCPT ); Thu, 15 Sep 2016 06:43:27 -0400 Received: by mail-qk0-f178.google.com with SMTP id h8so42678486qka.1 for ; Thu, 15 Sep 2016 03:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bfLcWtd72woR66M9g1lIiOVb5/iV8crcRnV3KBMW9UI=; b=Ku9FfsY8UdXNbg/iu1kGGS2SQFgM63LFeaVLB7Qz5Q3x07F3ytnWpJYWS0iH7DUaKc TF52RadvdHpk+6wPYaRrIHneG6TZFr+YPJ0A+H11YK2Jfg7TuOlzn+4zq/oibYzvYcvS W8gVxZ8kty9IEpkLeIgeA7deA6Crm675/nLzc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=bfLcWtd72woR66M9g1lIiOVb5/iV8crcRnV3KBMW9UI=; b=eSjEjNmbnahjtE77wvXjMfzmTNkwPlxTk9hTC+MpreJb5UyMe4E2XZhy9Ge5F84Y3H YTZTWcWVO9+hrTvrlYCJ3qXSsAW0Sjv0bZrpu70N8ZamfFauSkQtYJvQ2mQdfKSN8fVn mKgy5f3vXe1d+CqAtAutjdx4g+zoQJor2hflYvg2t5rrJXmjb3vk7utvBCtTZ274Tq05 diez2my47r/p/8zqh53QPgmxnYkuNwwSAONutqvba8umOpp8eWmSvjfEv+BG79xRLj/D NFh6XwZ1ZAIsqvt2OfH4SDTE/a0b3qXRTs3ZH0vc19Uf5e2D38KSgHLOjmfZ69irCbSk ZRDg== X-Gm-Message-State: AE9vXwPi8SEsXL8+S/VJKiZtinFHxHXcGpgkGPOCLx7WIsekIMisjSOS6IliHgPKS737DeDf X-Received: by 10.194.134.161 with SMTP id pl1mr7467357wjb.81.1473936205348; Thu, 15 Sep 2016 03:43:25 -0700 (PDT) Received: from dell.home (host31-51-85-248.range31-51.btcentralplus.com. [31.51.85.248]) by smtp.gmail.com with ESMTPSA id e2sm2861231wjn.11.2016.09.15.03.43.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Sep 2016 03:43:24 -0700 (PDT) From: Lee Jones To: linus.walleij@linaro.org, tony@atomide.com, linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/7] mfd: max8997-irq: 'inline' should be at the beginning of the declaration Date: Thu, 15 Sep 2016 11:45:15 +0100 Message-Id: <20160915104521.14286-2-lee.jones@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160915104521.14286-1-lee.jones@linaro.org> References: <20160915104521.14286-1-lee.jones@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Reported by [-Wold-style-declaration]. Signed-off-by: Lee Jones --- drivers/mfd/max8997-irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.9.3 diff --git a/drivers/mfd/max8997-irq.c b/drivers/mfd/max8997-irq.c index b95a46d7..326f17b 100644 --- a/drivers/mfd/max8997-irq.c +++ b/drivers/mfd/max8997-irq.c @@ -139,7 +139,7 @@ static void max8997_irq_sync_unlock(struct irq_data *data) mutex_unlock(&max8997->irqlock); } -static const inline struct max8997_irq_data * +inline static const struct max8997_irq_data * irq_to_max8997_irq(struct max8997_dev *max8997, struct irq_data *data) { return &max8997_irqs[data->hwirq];