diff options
| author | 2019-08-02 18:20:12 -0500 | |
|---|---|---|
| committer | 2019-08-09 15:12:30 +1000 | |
| commit | 3a646b6ed49cc64f0dc0a1bba24e62f7b557e7d7 (patch) | |
| tree | 6797c206c1912616e51e1960644bfd8117947a8b /drivers/crypto/ccp/ccp-ops.c | |
| parent | crypto: ccp - Include DMA declarations explicitly (diff) | |
| download | wireguard-linux-3a646b6ed49cc64f0dc0a1bba24e62f7b557e7d7.tar.xz wireguard-linux-3a646b6ed49cc64f0dc0a1bba24e62f7b557e7d7.zip | |
crypto: ccp - Remove unnecessary linux/pci.h include
Remove unused includes of linux/pci.h.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccp/ccp-ops.c')
| -rw-r--r-- | drivers/crypto/ccp/ccp-ops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/ccp/ccp-ops.c b/drivers/crypto/ccp/ccp-ops.c index 42d167574131..591584a95028 100644 --- a/drivers/crypto/ccp/ccp-ops.c +++ b/drivers/crypto/ccp/ccp-ops.c @@ -10,7 +10,6 @@ #include <linux/module.h> #include <linux/kernel.h> -#include <linux/pci.h> #include <linux/interrupt.h> #include <crypto/scatterwalk.h> #include <crypto/des.h> |
