Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3125c97a authored by Helge Deller's avatar Helge Deller Committed by Greg Kroah-Hartman
Browse files

parisc/agp: Annotate parisc agp init functions with __init



[ Upstream commit 8d88382b7436551a9ebb78475c546b670790cbf6 ]

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent ea55b379
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -285,7 +285,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;
@@ -370,7 +370,7 @@ fail:
	return error;
}

static int
static int __init
find_quicksilver(struct device *dev, void *data)
{
	struct parisc_device **lba = data;
@@ -382,7 +382,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;