Skip to content

Commit

Permalink
msm: msm_bus: Fix strict-prototypes error
Browse files Browse the repository at this point in the history
Change-Id: I756cfd498312be1ecc264576af8c874c89d93813
  • Loading branch information
luk1337 authored and chrmhoffmann committed Nov 7, 2023
1 parent 3893738 commit 58ebed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/qcom/msm_bus/msm_bus_rpm_smd.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <soc/qcom/rpm-smd.h>

/* Stubs for backward compatibility */
void msm_bus_rpm_set_mt_mask()
void msm_bus_rpm_set_mt_mask(void)
{
}

Expand Down

0 comments on commit 58ebed1

Please sign in to comment.