Skip to content

Commit 413d84b

Browse files
committed
clk: qcom: Export gdsc_gx_do_nothing_enable() to modules
A clk driver can be a module but the gdsc code is in the common module. Export this symbol so that allmodconfig builds keep working. Cc: Jonathan Marek <[email protected]> Fixes: 0638226 ("clk: qcom: add common gdsc_gx_do_nothing_enable for gpucc drivers") Signed-off-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 28f0769 commit 413d84b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/gdsc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <linux/bitops.h>
77
#include <linux/delay.h>
88
#include <linux/err.h>
9+
#include <linux/export.h>
910
#include <linux/jiffies.h>
1011
#include <linux/kernel.h>
1112
#include <linux/ktime.h>
@@ -458,3 +459,4 @@ int gdsc_gx_do_nothing_enable(struct generic_pm_domain *domain)
458459
/* Do nothing but give genpd the impression that we were successful */
459460
return 0;
460461
}
462+
EXPORT_SYMBOL_GPL(gdsc_gx_do_nothing_enable);

0 commit comments

Comments
 (0)