From patchwork Thu May 9 10:36:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denis Efremov X-Patchwork-Id: 2543761 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id D7FF6DF24C for ; Thu, 9 May 2013 10:39:11 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UaOFH-0003tK-Gp; Thu, 09 May 2013 10:38:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UaOEw-0002u0-Rb; Thu, 09 May 2013 10:38:22 +0000 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UaOEt-0002sj-Rq for linux-arm-kernel@lists.infradead.org; Thu, 09 May 2013 10:38:20 +0000 Received: by mail-la0-f52.google.com with SMTP id fm20so2678871lab.11 for ; Thu, 09 May 2013 03:37:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=NeXw/cc7yknUJa2yhfL9a3y0qE7lY5RajPvPN2oU4iQ=; b=t6KxKIokrCuFpbjbJBvX7BqIFSuXpiPXK0h+EgNtVhZbqPBNwxSnOVhAO8ftxzmOET FohG/n0rqcCzu2TRXEjySugYHp4iM6TskpmCA3v+BfaBSnkOe0zbRp9Rxbii7ZOz7d2S UGxh+qAt8QzGPmPMdNBi4kJBMssuVG38gPkwHHxGFcweY+cv4shCdIWPzMQ/A23pOk/3 +1mTRbDx00oDT+Bftau9AojnLIuVAxTQtMBGk5gGivI/n3QemOBzY0r6153bZTScuMBe 2QW2BN9MAP257LWAD/CV3hKdamK9zACdJnEbp6b3t7d2RBss8TyGh97lrrQ2ivr27vMU 1KFw== X-Received: by 10.112.154.170 with SMTP id vp10mr5017467lbb.10.1368095871497; Thu, 09 May 2013 03:37:51 -0700 (PDT) Received: from localhost.localdomain (95-26-197-249.broadband.corbina.ru. [95.26.197.249]) by mx.google.com with ESMTPSA id d8sm625346lae.2.2013.05.09.03.37.50 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 09 May 2013 03:37:50 -0700 (PDT) From: Denis Efremov To: Catalin Marinas Subject: [PATCH 14/21] arm64: delay: remove inline marking of EXPORT_SYMBOL functions Date: Thu, 9 May 2013 14:36:52 +0400 Message-Id: <1368095819-11011-3-git-send-email-yefremov.denis@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1368086241-9357-1-git-send-email-yefremov.denis@gmail.com> References: <1368086241-9357-1-git-send-email-yefremov.denis@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130509_063820_050297_7A2CF012 X-CRM114-Status: GOOD ( 10.07 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (yefremov.denis[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: ldv-project@linuxtesting.org, trivial@kernel.org, Will Deacon , linux-kernel@vger.kernel.org, Denis Efremov , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org EXPORT_SYMBOL and inline directives are contradictory to each other. The patch fixes this inconsistency. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov Acked-by: Catalin Marinas --- arch/arm64/lib/delay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/lib/delay.c b/arch/arm64/lib/delay.c index dad4ec9..368ca15 100644 --- a/arch/arm64/lib/delay.c +++ b/arch/arm64/lib/delay.c @@ -33,7 +33,7 @@ void __delay(unsigned long cycles) } EXPORT_SYMBOL(__delay); -inline void __const_udelay(unsigned long xloops) +void __const_udelay(unsigned long xloops) { unsigned long loops;