platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() static
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 22 Jan 2020 16:46:12 +0000 (19:46 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Jan 2020 16:52:26 +0000 (18:52 +0200)
commit3f751ba58499b4aa535319d32a3a310e5d9c74fd
tree581fab385b34be2de8d30a83f9f3087231c39e89
parente1f461631123fa808ff1d1fca5f39cee21085143
platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() static

This function is not called outside of intel_pmc_ipc.c so we can make it
static instead.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/x86/include/asm/intel_pmc_ipc.h
drivers/platform/x86/intel_pmc_ipc.c