OSDN Git Service

net: iosm: remove the repeated declaration and comment
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Wed, 16 Jun 2021 07:25:40 +0000 (15:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:18:57 +0000 (12:18 -0700)
Function 'ipc_mmio_get_cp_version' is declared twice, so remove the
repeated declaration and wrong comments.

Cc: M Chetan Kumar <m.chetan.kumar@intel.com>
Cc: Intel Corporation <linuxwwan@intel.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Reviewed-by: M Chetan Kumar <m.chetan.kumar@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/iosm/iosm_ipc_mmio.h

index bcf77ae..45e6923 100644 (file)
@@ -121,16 +121,6 @@ void ipc_mmio_set_contex_info_addr(struct iosm_mmio *ipc_mmio,
                                   phys_addr_t addr);
 
 /**
- * ipc_mmio_get_cp_version - Write context info and AP memory range addresses.
- *                          This needs to be called when CP is in
- *                          IPC_MEM_DEVICE_IPC_INIT state
- * @ipc_mmio:  Pointer to mmio instance
- *
- * Returns: cp version else failure value on error
- */
-int ipc_mmio_get_cp_version(struct iosm_mmio *ipc_mmio);
-
-/**
  * ipc_mmio_get_cp_version - Get the CP IPC version
  * @ipc_mmio:  Pointer to mmio instance
  *