lkml.org 
[lkml]   [2021]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 107/323] modules: unexport __module_address
    Date
    From: Christoph Hellwig <hch@lst.de>

    commit 34e64705ad415ed7a816e60ef62b42fe6d1729d9 upstream.

    __module_address is only used by built-in code.

    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Jessica Yu <jeyu@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    kernel/module.c | 1 -
    1 file changed, 1 deletion(-)

    --- a/kernel/module.c
    +++ b/kernel/module.c
    @@ -4324,7 +4324,6 @@ struct module *__module_address(unsigned
    }
    return mod;
    }
    -EXPORT_SYMBOL_GPL(__module_address);

    /*
    * is_module_text_address - is this address inside module code?

    \
     
     \ /
      Last update: 2021-05-20 12:36    [W:4.065 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site