lkml.org 
[lkml]   [2020]   [Jul]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/7] modules: unexport __module_text_address
    Date
    __module_text_address is only used by built-in code.

    Signed-off-by: Christoph Hellwig <hch@lst.de>
    ---
    kernel/module.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/kernel/module.c b/kernel/module.c
    index feeaa9629eb179..d241866f9d4a2b 100644
    --- a/kernel/module.c
    +++ b/kernel/module.c
    @@ -4508,7 +4508,6 @@ struct module *__module_text_address(unsigned long addr)
    }
    return mod;
    }
    -EXPORT_SYMBOL_GPL(__module_text_address);

    /* Don't grab lock, we're oopsing. */
    void print_modules(void)
    --
    2.27.0
    \
     
     \ /
      Last update: 2020-07-29 08:28    [W:3.924 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site