diff options
| author | 2022-02-28 07:45:41 +0100 | |
|---|---|---|
| committer | 2022-02-28 07:45:41 +0100 | |
| commit | 4a248f85b3dd8e010ff8335755c927130e9b0764 (patch) | |
| tree | 751b9b9404881bb098213427427e4f9e30de5641 /include/linux/sysctl.h | |
| parent | ALSA: hda/realtek: Make use of the helper component_compare_dev_name (diff) | |
| parent | Linux 5.17-rc6 (diff) | |
Merge 5.17-rc6 into driver-core-next
We need the driver core fix in here as well for future changes.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 180adf7da785..6353d6db69b2 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -265,7 +265,7 @@ static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * return NULL; } -static inline struct sysctl_header *register_sysctl_mount_point(const char *path) +static inline struct ctl_table_header *register_sysctl_mount_point(const char *path) { return NULL; } |
