Received: by 10.223.164.202 with SMTP id h10csp222090wrb; Mon, 13 Nov 2017 05:31:02 -0800 (PST) X-Google-Smtp-Source: AGs4zMa5rDM9ko3HjhL+d1kUrD7kqWNR9/1TIXIlKdof0gjiqhBL18BycCfc3JUWstb3S6CI+yK/ X-Received: by 10.98.112.68 with SMTP id l65mr6253138pfc.168.1510579862860; Mon, 13 Nov 2017 05:31:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510579862; cv=none; d=google.com; s=arc-20160816; b=jqeU9XphHLPLX+OSSA8BUZzlzijx2g5Eo2BNOPaeOOwUvFuG2Nah5emUt+Wy3uFiYU Zd85kwjTGvOgAquuUhykxerBenn8sk03hSlQH2M5yUMYJtT0PlbqhschyKr+izMlAtfj nBNmswzerX8lAX1U55c1SknmweEpXszTxAeeNZ+xPNvNEMl24pCz88NoZLoaLZEAvgmX 1GKbL3/kDFe22ia4Fle4a0JXc+EGozEVUjYudB4YmJCk4d+JVitWbAdmhW6P6O1Nkmve ga2DYI5pAO8lB7Wp0BUM3fgg9wMLJQQvbXK0AbLzYzoH5JS+mDKu6xXYkyfi7ZPlbomZ YxfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=+j9qCitrEvn7UvUrkkH0tJhKcY2rD6hokpd8xU8RxAg=; b=Vaq4c7iNWuBvfixajqN0YBE4w7WhdG7oJCABGORsehCUR9sLCLPq42M5OExM/9k22s Dx/jLBWcNgP/52ctDYML3Lz+/k42vi4wwvUPsAEe1D+gDWjPsaUYWFOQEw/Ib369TPzz 9vuzR9kiRduWeDsuBfPLSforwp3vnxsJb99LXNr/XTQ4wP4vxV1Rbaim01JQ65ngSI/K XuDfuJ845iJuOYZR6xaRFD+PCzEV85CMnMoRKy2nnPICxYszvrK2rMUy34bGp0EgtjFx +gSysly6qwxv4Q1SD9Sx5hX24r/ZK9YDkxan0eWEN151mxW/6RGwRQYja3b60CD5E7Sq +NXQ== ARC-Authentication-Results: i=1; mx.google.com; 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 1si14282866plo.800.2017.11.13.05.30.49; Mon, 13 Nov 2017 05:31:02 -0800 (PST) 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; 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 S1754023AbdKMM70 (ORCPT + 95 others); Mon, 13 Nov 2017 07:59:26 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49720 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753993AbdKMM7Y (ORCPT ); Mon, 13 Nov 2017 07:59:24 -0500 Received: from localhost (LFbn-1-12253-150.w90-92.abo.wanadoo.fr [90.92.67.150]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 2EE45AA5; Mon, 13 Nov 2017 12:59:24 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Maciej W. Rozycki" , Bartlomiej Zolnierkiewicz , Sasha Levin Subject: [PATCH 4.9 02/87] video: fbdev: pmag-ba-fb: Remove bad `__init annotation Date: Mon, 13 Nov 2017 13:55:19 +0100 Message-Id: <20171113125615.571571291@linuxfoundation.org> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171113125615.304035578@linuxfoundation.org> References: <20171113125615.304035578@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: "Maciej W. Rozycki" [ Upstream commit 879e5a0df626f39cbb3c61bb90373e56d67012c4 ] Fix: WARNING: drivers/video/fbdev/pmag-ba-fb.o(.text+0x308): Section mismatch in reference from the function pmagbafb_probe() to the function .init.text:pmagbafb_erase_cursor() The function pmagbafb_probe() references the function __init pmagbafb_erase_cursor(). This is often because pmagbafb_probe lacks a __init annotation or the annotation of pmagbafb_erase_cursor is wrong. -- a fallout from a missed update from commit 9625b51350cc ("VIDEO: PMAG-BA: Fix section mismatch") and then commit 48c68c4f1b54 ("Drivers: video: remove __dev* attributes.") Signed-off-by: Maciej W. Rozycki Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/video/fbdev/pmag-ba-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/video/fbdev/pmag-ba-fb.c +++ b/drivers/video/fbdev/pmag-ba-fb.c @@ -129,7 +129,7 @@ static struct fb_ops pmagbafb_ops = { /* * Turn the hardware cursor off. */ -static void __init pmagbafb_erase_cursor(struct fb_info *info) +static void pmagbafb_erase_cursor(struct fb_info *info) { struct pmagbafb_par *par = info->par; From 1584314318234162917@xxx Fri Nov 17 11:57:54 +0000 2017 X-GM-THRID: 1584195923592844800 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread