diff options
author | Roy Pledge <roy.pledge@nxp.com> | 2017-09-18 23:39:38 +0300 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2017-09-22 21:33:07 +0300 |
commit | 07f86917a450810107a010cc96e6777b2f400efe (patch) | |
tree | ac5f68ba6166bbad52e5495e0c80c763226431b4 /drivers/soc/fsl/qbman/qman_priv.h | |
parent | 5ae783c6a1e5441250da8e015141bff6b29f54fc (diff) | |
download | linux-07f86917a450810107a010cc96e6777b2f400efe.tar.xz |
soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocations
Use the shared-memory-pool mechanism for frame queue descriptor and
packed frame descriptor record area allocations.
Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc/fsl/qbman/qman_priv.h')
-rw-r--r-- | drivers/soc/fsl/qbman/qman_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/fsl/qbman/qman_priv.h b/drivers/soc/fsl/qbman/qman_priv.h index 5fe9faf6232e..b1e2cbfd449b 100644 --- a/drivers/soc/fsl/qbman/qman_priv.h +++ b/drivers/soc/fsl/qbman/qman_priv.h @@ -28,8 +28,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt - #include "dpaa_sys.h" #include <soc/fsl/qman.h> |