lkml.org 
[lkml]   [2021]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.4 05/10] parisc/agp: Annotate parisc agp init functions with __init
    Date
    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
    \
     
     \ /
      Last update: 2021-12-06 22:19    [W:2.707 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site