[PATCH v2 1/9] PM / Domains: Drop extern declarations of functions in pm_domain.h
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-05-31 06:12:35
Also in:
linux-pm, linux-tegra, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-05-31 06:12:35
Also in:
linux-pm, linux-tegra, lkml
On 29-05-18, 12:04, Ulf Hansson wrote:
Using "extern" to declare a function in a public header file is somewhat pointless, but also doesn't hurt. However, to make all the function declarations in pm_domain.h to be consistent, let's drop the use of "extern". Signed-off-by: Ulf Hansson <redacted> --- include/linux/pm_domain.h | 51 ++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 28 deletions(-)
Finally. I wanted to do that earlier as checkpatch complained non stop about such declarations :) Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh