Skip to content

Commit a5f04a2

Browse files
westeriandy-shev
authored andcommitted
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 <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent e7b7ab3 commit a5f04a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/x86/include/asm/intel_scu_ipc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ int intel_scu_ipc_command(int cmd, int sub, u32 *in, int inlen,
5353
int intel_scu_ipc_raw_command(int cmd, int sub, u8 *in, int inlen,
5454
u32 *out, int outlen, u32 dptr, u32 sptr);
5555

56-
/* Update FW version */
57-
int intel_scu_ipc_fw_update(u8 *buffer, u32 length);
58-
5956
extern struct blocking_notifier_head intel_scu_notifier;
6057

6158
static inline void intel_scu_notifier_add(struct notifier_block *nb)

0 commit comments

Comments
 (0)