lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 6 Aug 2019 16:45:19 +0000
From:   Gary R Hook <ghook@....com>
To:     Bjorn Helgaas <helgaas@...nel.org>,
        "Lendacky, Thomas" <Thomas.Lendacky@....com>,
        "Hook, Gary" <Gary.Hook@....com>
CC:     Herbert Xu <herbert@...dor.apana.org.au>,
        "David S . Miller" <davem@...emloft.net>,
        "linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Bjorn Helgaas <bhelgaas@...gle.com>
Subject: Re: [PATCH 2/2] crypto: ccp - Remove unnecessary linux/pci.h include

On 8/2/19 6:20 PM, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@...gle.com>
> 
> Remove unused includes of linux/pci.h.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@...gle.com>

Acked-by: Gary R Hook <gary.hook@....com>

> ---
>   drivers/crypto/ccp/ccp-crypto.h | 1 -
>   drivers/crypto/ccp/ccp-dev-v3.c | 1 -
>   drivers/crypto/ccp/ccp-dev-v5.c | 1 -
>   drivers/crypto/ccp/ccp-dev.h    | 1 -
>   drivers/crypto/ccp/ccp-ops.c    | 1 -
>   drivers/crypto/ccp/psp-dev.h    | 1 -
>   drivers/crypto/ccp/sp-dev.h     | 1 -
>   7 files changed, 7 deletions(-)
> 
> diff --git a/drivers/crypto/ccp/ccp-crypto.h b/drivers/crypto/ccp/ccp-crypto.h
> index 622b34c17643..903e74e7ad1b 100644
> --- a/drivers/crypto/ccp/ccp-crypto.h
> +++ b/drivers/crypto/ccp/ccp-crypto.h
> @@ -12,7 +12,6 @@
>   
>   #include <linux/list.h>
>   #include <linux/wait.h>
> -#include <linux/pci.h>
>   #include <linux/ccp.h>
>   #include <crypto/algapi.h>
>   #include <crypto/aes.h>
> diff --git a/drivers/crypto/ccp/ccp-dev-v3.c b/drivers/crypto/ccp/ccp-dev-v3.c
> index 2b7d47ed5c74..09924f2c264f 100644
> --- a/drivers/crypto/ccp/ccp-dev-v3.c
> +++ b/drivers/crypto/ccp/ccp-dev-v3.c
> @@ -10,7 +10,6 @@
>   
>   #include <linux/module.h>
>   #include <linux/kernel.h>
> -#include <linux/pci.h>
>   #include <linux/kthread.h>
>   #include <linux/interrupt.h>
>   #include <linux/ccp.h>
> diff --git a/drivers/crypto/ccp/ccp-dev-v5.c b/drivers/crypto/ccp/ccp-dev-v5.c
> index 217e41bbadaf..0b6ef334f9b7 100644
> --- a/drivers/crypto/ccp/ccp-dev-v5.c
> +++ b/drivers/crypto/ccp/ccp-dev-v5.c
> @@ -9,7 +9,6 @@
>   
>   #include <linux/module.h>
>   #include <linux/kernel.h>
> -#include <linux/pci.h>
>   #include <linux/kthread.h>
>   #include <linux/debugfs.h>
>   #include <linux/dma-mapping.h>
> diff --git a/drivers/crypto/ccp/ccp-dev.h b/drivers/crypto/ccp/ccp-dev.h
> index 89aee0900a06..57749c5a5373 100644
> --- a/drivers/crypto/ccp/ccp-dev.h
> +++ b/drivers/crypto/ccp/ccp-dev.h
> @@ -12,7 +12,6 @@
>   #define __CCP_DEV_H__
>   
>   #include <linux/device.h>
> -#include <linux/pci.h>
>   #include <linux/spinlock.h>
>   #include <linux/mutex.h>
>   #include <linux/list.h>
> diff --git a/drivers/crypto/ccp/ccp-ops.c b/drivers/crypto/ccp/ccp-ops.c
> index c69ed4bae2eb..b565c08bbe28 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>
> diff --git a/drivers/crypto/ccp/psp-dev.h b/drivers/crypto/ccp/psp-dev.h
> index c5e06c92d40e..82a084f02990 100644
> --- a/drivers/crypto/ccp/psp-dev.h
> +++ b/drivers/crypto/ccp/psp-dev.h
> @@ -11,7 +11,6 @@
>   #define __PSP_DEV_H__
>   
>   #include <linux/device.h>
> -#include <linux/pci.h>
>   #include <linux/spinlock.h>
>   #include <linux/mutex.h>
>   #include <linux/list.h>
> diff --git a/drivers/crypto/ccp/sp-dev.h b/drivers/crypto/ccp/sp-dev.h
> index 8abe9ea7e76f..53c12562d31e 100644
> --- a/drivers/crypto/ccp/sp-dev.h
> +++ b/drivers/crypto/ccp/sp-dev.h
> @@ -13,7 +13,6 @@
>   #define __SP_DEV_H__
>   
>   #include <linux/device.h>
> -#include <linux/pci.h>
>   #include <linux/spinlock.h>
>   #include <linux/mutex.h>
>   #include <linux/list.h>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ