summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipa/ipa_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ipa/ipa_clock.h')
-rw-r--r--drivers/net/ipa/ipa_clock.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/ipa/ipa_clock.h b/drivers/net/ipa/ipa_clock.h
index 8692c0d98bd1..5c118f2c42e7 100644
--- a/drivers/net/ipa/ipa_clock.h
+++ b/drivers/net/ipa/ipa_clock.h
@@ -63,16 +63,6 @@ void ipa_clock_exit(struct ipa_clock *clock);
int ipa_clock_get(struct ipa *ipa);
/**
- * ipa_clock_get_additional() - Get an IPA clock reference if not first
- * @ipa: IPA pointer
- *
- * Return: true if reference taken, false otherwise
- *
- * This returns immediately, and only takes a reference if not the first
- */
-bool ipa_clock_get_additional(struct ipa *ipa);
-
-/**
* ipa_clock_put() - Drop an IPA clock reference
* @ipa: IPA pointer
*