diff options
Diffstat (limited to 'include/soc/fsl/qman.h')
-rw-r--r-- | include/soc/fsl/qman.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/soc/fsl/qman.h b/include/soc/fsl/qman.h index c499c5cfa7c9..cfe00e08e85b 100644 --- a/include/soc/fsl/qman.h +++ b/include/soc/fsl/qman.h @@ -926,13 +926,6 @@ struct qman_portal *qman_get_affine_portal(int cpu); int qman_start_using_portal(struct qman_portal *p, struct device *dev); /** - * qman_stop_using_portal - deregister a device link for the portal user - * @p: the portal that will no longer be in use - * @dev: the device that uses the portal - */ -void qman_stop_using_portal(struct qman_portal *p, struct device *dev); - -/** * qman_p_poll_dqrr - process DQRR (fast-path) entries * @limit: the maximum number of DQRR entries to process * |