Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp670027img; Fri, 22 Mar 2019 06:16:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqwK1XIF0rojp13qo945O5bkY0RGQ1/dFkIorwwjgC9/0B94pTPr6pEs+Vy+otUjyhDNwFHc X-Received: by 2002:a17:902:5a5:: with SMTP id f34mr9560727plf.35.1553260599065; Fri, 22 Mar 2019 06:16:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553260599; cv=none; d=google.com; s=arc-20160816; b=gbBdlE8IUHWc5T0TBpHwx8EA1HjIzA+J7SrtbxvR70ATZI2nO07XZ2cXOBCKaQagtk NTrE1EUPuR6MHx8VbucygjLj2p0KFLQOvSo8d0spOqTvThQvH6L8R2uPWUPOaZeFJKUh hBrrpHLliVNsGI+optpzwQOrV8pB6BA87VNkqeVhOK6F2fXwrSn1c/YOm1nPpKIwwJjA ARy4WHihojfXk77N2feiVzashlnf09dQ5FfRerkvqbntA8VAplDxVgB5ffSn4Ezmz7L2 F8TjGOQordJoFq1Kn+4I3bcx+k27KWEpiy0UzugGCah9dZSJe+RF35rSY1CKzSWmCVXL h9Yw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=R9u6Z/sPD1o7IXIZ3ZXM+1FPKP9afzFsqr+10Jn1r0E=; b=aJVQBG4p7e/gP+SDj0cpaF/vArW0JqRO5x9xHm7jvQrbrXRFGJW2TOfijxQsKcGllZ dpyQdQqxCpTq/isRH4PHJMVof9xfB9vaMaOxHWTYHyXH7+9zrtBp1EcdWuR3PpAB9mfZ vw+GjY0SIgqPDGsT6JHknNnb8SIdciAn7fnttvZHL9oM2Ap/fafcShLRpeyX8+sxtKP7 s/5+DOMj1pQkCPf312ZCGUQC/p183FSFqy+W1EjGO3SScemIldOco4tR3pW8DW8l9wHK +fOUA6TpS3+xP49uO161DJKykZs0wyE1nS/0jxgtdMgvo6DF3AMx5n+2MoX9EzL+S9rz LdVA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=SnxKo1mp; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31si7410378plc.190.2019.03.22.06.16.21; Fri, 22 Mar 2019 06:16:39 -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=@kernel.org header.s=default header.b=SnxKo1mp; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729029AbfCVL1w (ORCPT + 99 others); Fri, 22 Mar 2019 07:27:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:55514 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729013AbfCVL1s (ORCPT ); Fri, 22 Mar 2019 07:27:48 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5EFAB2183E; Fri, 22 Mar 2019 11:27:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553254067; bh=qEAqvr0SQNvC6fO1rGm94tbT/YdfP85kJGoyb1JbFaE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SnxKo1mpRGwBsdBNPjT/r3SBazciYZDh3ACdhjIsVD0fH+2S2+CK66Ro/BzuTvsUd BfsXyw3dK1WlD+jUIlypT7+C2lf2v2JfZGTGyH39r3SnNXzrRDEZR5fRjEGptdNotD pqxnykwlhxNK71dfizRjUOJuNhvGo/aARE4+YosI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nathan Chancellor , Lee Jones , Sasha Levin Subject: [PATCH 4.4 006/230] mfd: db8500-prcmu: Fix some section annotations Date: Fri, 22 Mar 2019 12:12:24 +0100 Message-Id: <20190322111237.207297606@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190322111236.796964179@linuxfoundation.org> References: <20190322111236.796964179@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit a3888f62fe66429fad3be7f2ba962e1e08c26fd6 ] When building the kernel with Clang, the following section mismatch warnings appear: WARNING: vmlinux.o(.text+0x7239cc): Section mismatch in reference from the function db8500_prcmu_probe() to the function .init.text:init_prcm_registers() The function db8500_prcmu_probe() references the function __init init_prcm_registers(). This is often because db8500_prcmu_probe lacks a __init annotation or the annotation of init_prcm_registers is wrong. WARNING: vmlinux.o(.text+0x723e28): Section mismatch in reference from the function db8500_prcmu_probe() to the function .init.text:fw_project_name() The function db8500_prcmu_probe() references the function __init fw_project_name(). This is often because db8500_prcmu_probe lacks a __init annotation or the annotation of fw_project_name is wrong. db8500_prcmu_probe should not be marked as __init so remove the __init annotation from fw_project_name and init_prcm_registers. Signed-off-by: Nathan Chancellor Signed-off-by: Lee Jones Signed-off-by: Sasha Levin --- drivers/mfd/db8500-prcmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 12099b09a9a71..e71b9f23379d0 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c @@ -2610,7 +2610,7 @@ static struct irq_chip prcmu_irq_chip = { .irq_unmask = prcmu_irq_unmask, }; -static __init char *fw_project_name(u32 project) +static char *fw_project_name(u32 project) { switch (project) { case PRCMU_FW_PROJECT_U8500: @@ -2758,7 +2758,7 @@ void __init db8500_prcmu_early_init(u32 phy_base, u32 size) INIT_WORK(&mb0_transfer.mask_work, prcmu_mask_work); } -static void __init init_prcm_registers(void) +static void init_prcm_registers(void) { u32 val; -- 2.19.1