]> asedeno.scripts.mit.edu Git - linux.git/commit
platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() static
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 22 Jan 2020 16:46:13 +0000 (19:46 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Jan 2020 16:52:26 +0000 (18:52 +0200)
commitf827e5300da460f55673b0b7f1d3cd8434b6d64c
treede88d8d181db5b2efae33446fbbfd90e314b1ea0
parent3f751ba58499b4aa535319d32a3a310e5d9c74fd
platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() 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