Browse Source

Remove private iommu/dma header

iommu/dma header was made to be private, need to remove it.

Change-Id: Ibf2f0dfcec7c0c771d28c4022b47a108c8b6694a
jianzhou 2 years ago
parent
commit
30c349cfd4
3 changed files with 0 additions and 3 deletions
  1. 0 1
      crypto-qti/qce50.c
  2. 0 1
      crypto-qti/qcedev_smmu.c
  3. 0 1
      crypto-qti/qcedev_smmu.h

+ 0 - 1
crypto-qti/qce50.c

@@ -25,7 +25,6 @@
 #include <crypto/hash.h>
 #include <crypto/sha1.h>
 #include <soc/qcom/socinfo.h>
-#include <linux/dma-iommu.h>
 #include <linux/iommu.h>
 
 #include "qce.h"

+ 0 - 1
crypto-qti/qcedev_smmu.c

@@ -5,7 +5,6 @@
  * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
  */
 
-#include <linux/dma-iommu.h>
 #include <linux/dma-mapping.h>
 #include <linux/qcom-dma-mapping.h>
 #include <linux/list.h>

+ 0 - 1
crypto-qti/qcedev_smmu.h

@@ -8,7 +8,6 @@
 #ifndef _DRIVERS_CRYPTO_PARSE_H_
 #define _DRIVERS_CRYPTO_PARSE_H_
 
-#include <linux/dma-iommu.h>
 #include <linux/dma-buf.h>
 #include <linux/dma-direction.h>
 #include <linux/iommu.h>