All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: Helge Deller <deller@gmx.de>, kernel test robot <lkp@intel.com>,
	Sasha Levin <sashal@kernel.org>,
	James.Bottomley@HansenPartnership.com, airlied@linux.ie,
	linux-parisc@vger.kernel.org
Subject: [PATCH AUTOSEL 5.4 05/10] parisc/agp: Annotate parisc agp init functions with __init
Date: Mon,  6 Dec 2021 16:17:24 -0500	[thread overview]
Message-ID: <20211206211738.1661003-5-sashal@kernel.org> (raw)
In-Reply-To: <20211206211738.1661003-1-sashal@kernel.org>

From: Helge Deller <deller@gmx.de>

[ Upstream commit 8d88382b7436551a9ebb78475c546b670790cbf6 ]

Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/char/agp/parisc-agp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/char/agp/parisc-agp.c b/drivers/char/agp/parisc-agp.c
index ed3c4c42fc23b..d68d05d5d3838 100644
--- a/drivers/char/agp/parisc-agp.c
+++ b/drivers/char/agp/parisc-agp.c
@@ -281,7 +281,7 @@ agp_ioc_init(void __iomem *ioc_regs)
         return 0;
 }
 
-static int
+static int __init
 lba_find_capability(int cap)
 {
 	struct _parisc_agp_info *info = &parisc_agp_info;
@@ -366,7 +366,7 @@ parisc_agp_setup(void __iomem *ioc_hpa, void __iomem *lba_hpa)
 	return error;
 }
 
-static int
+static int __init
 find_quicksilver(struct device *dev, void *data)
 {
 	struct parisc_device **lba = data;
@@ -378,7 +378,7 @@ find_quicksilver(struct device *dev, void *data)
 	return 0;
 }
 
-static int
+static int __init
 parisc_agp_init(void)
 {
 	extern struct sba_device *sba_list;
-- 
2.33.0


  parent reply	other threads:[~2021-12-06 21:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-06 21:17 [PATCH AUTOSEL 5.4 01/10] drm/msm/dsi: set default num_data_lanes Sasha Levin
2021-12-06 21:17 ` Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 02/10] USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 03/10] net/mlx4_en: Update reported link modes for 1/10G Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 04/10] tools: Fix math.h breakage Sasha Levin
2021-12-06 21:17 ` Sasha Levin [this message]
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 06/10] i2c: rk3x: Handle a spurious start completion interrupt flag Sasha Levin
2021-12-06 21:17   ` Sasha Levin
2021-12-06 21:17   ` Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 07/10] net: netlink: af_netlink: Prevent empty skb by adding a check on len Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 08/10] drm/amd/display: Fix for the no Audio bug with Tiled Displays Sasha Levin
2021-12-06 21:17   ` Sasha Levin
2021-12-06 21:17   ` Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 09/10] drm/amd/display: add connector type check for CRC source set Sasha Levin
2021-12-06 21:17   ` Sasha Levin
2021-12-06 21:17   ` Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 10/10] tracing: Fix a kmemleak false positive in tracing_map Sasha Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211206211738.1661003-5-sashal@kernel.org \
    --to=sashal@kernel.org \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=airlied@linux.ie \
    --cc=deller@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.