diff mbox series

[v4,1/9] bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declaration

Message ID 1593448782-8385-2-git-send-email-bbhatt@codeaurora.org
State Superseded
Headers show
Series Introduce features and debugfs/sysfs entries for MHI | expand

Commit Message

Bhaumik Bhatt June 29, 2020, 4:39 p.m. UTC
mhi_ctrl_ev_task() in the internal header file occurred twice.
Remove one of the occurrences for clean-up.

Signed-off-by: Bhaumik Bhatt <bbhatt@codeaurora.org>
---
 drivers/bus/mhi/core/internal.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Manivannan Sadhasivam July 4, 2020, 2:32 p.m. UTC | #1
On Mon, Jun 29, 2020 at 09:39:34AM -0700, Bhaumik Bhatt wrote:
> mhi_ctrl_ev_task() in the internal header file occurred twice.

> Remove one of the occurrences for clean-up.

> 

> Signed-off-by: Bhaumik Bhatt <bbhatt@codeaurora.org>


Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>


Thanks,
Mani

> ---

>  drivers/bus/mhi/core/internal.h | 1 -

>  1 file changed, 1 deletion(-)

> 

> diff --git a/drivers/bus/mhi/core/internal.h b/drivers/bus/mhi/core/internal.h

> index b1f640b..bcfa7b6 100644

> --- a/drivers/bus/mhi/core/internal.h

> +++ b/drivers/bus/mhi/core/internal.h

> @@ -592,7 +592,6 @@ int mhi_queue_state_transition(struct mhi_controller *mhi_cntrl,

>  void mhi_pm_sys_err_handler(struct mhi_controller *mhi_cntrl);

>  void mhi_fw_load_worker(struct work_struct *work);

>  int mhi_ready_state_transition(struct mhi_controller *mhi_cntrl);

> -void mhi_ctrl_ev_task(unsigned long data);

>  int mhi_pm_m0_transition(struct mhi_controller *mhi_cntrl);

>  void mhi_pm_m1_transition(struct mhi_controller *mhi_cntrl);

>  int mhi_pm_m3_transition(struct mhi_controller *mhi_cntrl);

> -- 

> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,

> a Linux Foundation Collaborative Project

>
diff mbox series

Patch

diff --git a/drivers/bus/mhi/core/internal.h b/drivers/bus/mhi/core/internal.h
index b1f640b..bcfa7b6 100644
--- a/drivers/bus/mhi/core/internal.h
+++ b/drivers/bus/mhi/core/internal.h
@@ -592,7 +592,6 @@  int mhi_queue_state_transition(struct mhi_controller *mhi_cntrl,
 void mhi_pm_sys_err_handler(struct mhi_controller *mhi_cntrl);
 void mhi_fw_load_worker(struct work_struct *work);
 int mhi_ready_state_transition(struct mhi_controller *mhi_cntrl);
-void mhi_ctrl_ev_task(unsigned long data);
 int mhi_pm_m0_transition(struct mhi_controller *mhi_cntrl);
 void mhi_pm_m1_transition(struct mhi_controller *mhi_cntrl);
 int mhi_pm_m3_transition(struct mhi_controller *mhi_cntrl);