Tejun Heo
dd3f4e4972
cgroup: misc: mark dummy misc_cg_res_total_usage() static inline
...
The dummy implementation was missing static inline triggering the following
compile warning on llvm.
In file included from arch/x86/kvm/svm/sev.c:17:
>> include/linux/misc_cgroup.h:98:15: warning: no previous prototype for function 'misc_cg_res_total_usage' [-Wmissing-prototypes]
unsigned long misc_cg_res_total_usage(enum misc_res_type type)
^
include/linux/misc_cgroup.h:98:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
unsigned long misc_cg_res_total_usage(enum misc_res_type type)
^
static
1 warning generated.
Add it.
Signed-off-by: Tejun Heo <tj@kernel.org >
Reported-by: kernel test robot <lkp@intel.com >
2021-04-04 18:29:37 -04:00
..
2021-03-16 10:39:28 -06:00
2021-03-01 11:45:04 +01:00
2021-03-18 09:55:12 -07:00
2021-03-08 11:59:17 +01:00
2021-03-10 11:01:56 -08:00
2021-03-15 18:42:01 +01:00
2021-03-10 12:22:26 +00:00
2021-03-13 11:27:30 -08:00
2021-03-02 15:33:00 +01:00
2021-03-11 15:26:07 -05:00
2021-03-29 19:26:04 +02:00
2021-03-08 15:16:30 -08:00
2021-03-11 07:47:48 -07:00
2021-02-26 09:41:04 -08:00
2021-04-02 11:18:31 -06:00
2021-03-18 00:22:51 +01:00
2021-02-26 09:41:03 -08:00
2021-04-04 13:34:46 -04:00
2021-03-13 11:27:30 -08:00
2021-03-11 14:40:50 +09:00
2021-03-10 09:16:09 +01:00
2021-02-28 12:06:45 -08:00
2021-02-26 09:41:03 -08:00
2021-03-22 12:32:31 -04:00
2021-02-26 13:59:32 -08:00
2021-02-26 13:59:32 -08:00
2021-03-19 07:44:28 +01:00
2021-03-15 11:09:38 +09:00
2021-02-26 09:41:04 -08:00
2021-03-30 19:37:20 +02:00
2021-03-25 09:22:55 -07:00
2021-03-10 15:20:24 -08:00
2021-02-26 09:41:05 -08:00
2021-03-18 09:44:35 -06:00
2021-03-08 20:12:08 +00:00
2021-02-26 09:41:03 -08:00
2021-03-11 14:40:50 +09:00
2021-02-26 10:19:03 -08:00
2021-02-26 09:41:02 -08:00
2021-02-26 09:41:05 -08:00
2021-02-26 09:41:03 -08:00
2021-02-26 09:41:03 -08:00
2021-03-25 09:22:55 -07:00
2021-03-13 11:27:31 -08:00
2021-04-04 18:29:37 -04:00
2021-03-13 11:27:30 -08:00
2021-03-25 09:22:55 -07:00
2021-03-25 09:22:55 -07:00
2021-03-17 13:16:18 -07:00
2021-02-27 08:07:12 -08:00
2021-03-23 12:20:23 +01:00
2021-03-17 14:31:17 -07:00
2021-03-23 20:54:29 +00:00
2021-03-06 12:52:39 +01:00
2021-03-10 10:56:46 +00:00
2021-03-10 15:25:02 +01:00
2021-02-26 09:41:03 -08:00
2021-03-26 15:16:05 +01:00
2021-03-16 22:13:11 +01:00
2021-03-10 09:51:45 +01:00
2021-03-16 15:22:18 -07:00
2021-02-26 09:41:04 -08:00
2021-03-13 11:27:30 -08:00
2021-02-26 09:41:04 -08:00
2021-03-02 17:25:46 -07:00
2021-03-01 15:25:24 -08:00
2021-03-16 22:13:10 +01:00
2021-03-04 09:51:50 -05:00
2021-03-10 09:51:45 +01:00
2021-03-17 21:30:15 +01:00
2021-03-11 11:11:33 +01:00
2021-03-19 22:23:19 +01:00
2021-03-09 16:12:20 -08:00
2021-03-14 04:37:35 -04:00
2021-03-17 09:56:45 +01:00
2021-03-30 13:42:33 -04:00