Re: [PATCH 2/3] cpufreq: update headers to use STUB_UNLESS macro

2019-01-18 Thread Steven Price
On 18/01/2019 16:00, Andrew Murray wrote: > Use the STUB_UNLESS macro to simplify function declaration. > > Signed-off-by: Andrew Murray Reviewed-by: Steven Price > --- > include/linux/cpufreq.h | 21 ++--- > 1 file changed, 6 insertions(+), 15 deletions(-) > > diff --git a/i

[PATCH 2/3] cpufreq: update headers to use STUB_UNLESS macro

2019-01-18 Thread Andrew Murray
Use the STUB_UNLESS macro to simplify function declaration. Signed-off-by: Andrew Murray --- include/linux/cpufreq.h | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index c86d6d8..2c53cae 100644 --- a/in