Commit 8fd7c21
committed
ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=n
Ok so hopefully this is the last of it. 0day picked up a build
failure [0] when SYSCTL=y but DYNAMIC_FTRACE=n. This can be fixed
by just declaring an empty routine for the calls moved just
recently.
[0] https://lkml.kernel.org/r/202204161203.6dSlgKJX-lkp@intel.com
Reported-by: kernel test robot <lkp@intel.com>
Fixes: f8b7d2b ("ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=y")
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>1 parent cb55f27 commit 8fd7c21
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7873 | 7873 | | |
7874 | 7874 | | |
7875 | 7875 | | |
| 7876 | + | |
| 7877 | + | |
7876 | 7878 | | |
7877 | 7879 | | |
7878 | 7880 | | |
| |||
7906 | 7908 | | |
7907 | 7909 | | |
7908 | 7910 | | |
| 7911 | + | |
| 7912 | + | |
| 7913 | + | |
| 7914 | + | |
7909 | 7915 | | |
7910 | 7916 | | |
7911 | 7917 | | |
| |||
0 commit comments