commit | dadec066d8fa7da227f623f632ea114690fecaf8 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@android.com> | Mon Apr 15 11:18:33 2019 -0700 |
committer | Jessica Yu <jeyu@kernel.org> | Thu May 02 16:32:29 2019 +0200 |
tree | fe0f15396bf2a492557b5592bd7b5ca1c64b149a | |
parent | 1c7651f43777cdd59c1aaa82c87324d3e7438c7b [diff] |
module: add stubs for within_module functions Provide stubs for within_module_core(), within_module_init(), and within_module() to prevent build errors when !CONFIG_MODULES. Suggested-by: Matthew Wilcox <willy@infradead.org> Reported-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: kbuild test robot <lkp@intel.com> Link: https://marc.info/?l=linux-mm&m=155384681109231&w=2 Signed-off-by: Tri Vo <trong@android.com> Signed-off-by: Jessica Yu <jeyu@kernel.org>