diff options
author | Mika Westerberg | 2020-01-22 19:28:09 +0300 |
---|---|---|
committer | Andy Shevchenko | 2020-01-22 18:52:16 +0200 |
commit | a5f04a2e5e3324ba1ebab7e3a0315682fb54b127 (patch) | |
tree | d92df492a9a7e308b35ecd5ad11dbfbfa229b1e1 | |
parent | e7b7ab3847c9e727e14ba724024506beb156993c (diff) |
platform/x86: intel_scu_ipc: Drop unused prototype intel_scu_ipc_fw_update()
There is no implementation for that anymore so drop the prototype.
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>
-rw-r--r-- | arch/x86/include/asm/intel_scu_ipc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/intel_scu_ipc.h b/arch/x86/include/asm/intel_scu_ipc.h index d7bbebf4b729..b2dde96e0611 100644 --- a/arch/x86/include/asm/intel_scu_ipc.h +++ b/arch/x86/include/asm/intel_scu_ipc.h @@ -53,9 +53,6 @@ int intel_scu_ipc_command(int cmd, int sub, u32 *in, int inlen, int intel_scu_ipc_raw_command(int cmd, int sub, u8 *in, int inlen, u32 *out, int outlen, u32 dptr, u32 sptr); -/* Update FW version */ -int intel_scu_ipc_fw_update(u8 *buffer, u32 length); - extern struct blocking_notifier_head intel_scu_notifier; static inline void intel_scu_notifier_add(struct notifier_block *nb) |