diff options
author | Arnd Bergmann <[email protected]> | 2017-11-09 13:38:18 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-11-09 17:58:40 -0800 |
commit | e609a6b85182f8a479d265839d3ff9aad2e67b18 (patch) | |
tree | 7ebf1f10de166906af502899a6267b730cd04de2 /drivers/net/usb/cdc_ether.c | |
parent | 3fefc31843cfe2b5f072efe11ed9ccaf6a7a5092 (diff) |
sysctl: add register_sysctl() dummy helper
register_sysctl() has been around for five years with commit
fea478d4101a ("sysctl: Add register_sysctl for normal sysctl users") but
now that arm64 started using it, I ran into a compile error:
arch/arm64/kernel/armv8_deprecated.c: In function 'register_insn_emulation_sysctl':
arch/arm64/kernel/armv8_deprecated.c:257:2: error: implicit declaration of function 'register_sysctl'
This adds a inline function like we already have for
register_sysctl_paths() and register_sysctl_table().
Link: http://lkml.kernel.org/r/[email protected]
Fixes: 38b9aeb32fa7 ("arm64: Port deprecated instruction emulation to new sysctl interface")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Dave Martin <[email protected]>
Acked-by: Kees Cook <[email protected]>
Acked-by: Will Deacon <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: "Luis R. Rodriguez" <[email protected]>
Cc: Alex Benne <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/net/usb/cdc_ether.c')
0 files changed, 0 insertions, 0 deletions