RE: [PATCH 1/2] crypto: inside-secure - fix uninitialized-variable warning

2019-09-06 Thread Pascal Van Leeuwen
el.org > Subject: Re: [PATCH 1/2] crypto: inside-secure - fix uninitialized-variable > warning > > On Fri, Sep 6, 2019 at 6:08 PM Pascal Van Leeuwen > wrote: > > > > > > > config CRYPTO_DEV_SAFEXCEL > > > tristate "Inside Secure's S

Re: [PATCH 1/2] crypto: inside-secure - fix uninitialized-variable warning

2019-09-06 Thread Arnd Bergmann
On Fri, Sep 6, 2019 at 6:08 PM Pascal Van Leeuwen wrote: > > > > config CRYPTO_DEV_SAFEXCEL > > tristate "Inside Secure's SafeXcel cryptographic engine driver" > > - depends on OF || PCI || COMPILE_TEST > > + depends on OF || PCI > > > > This seems like it just ignores the problem

RE: [PATCH 1/2] crypto: inside-secure - fix uninitialized-variable warning

2019-09-06 Thread Pascal Van Leeuwen
org; linux-ker...@vger.kernel.org > Subject: [PATCH 1/2] crypto: inside-secure - fix uninitialized-variable > warning > > The addition of PCI support introduced multiple randconfig issues. > > - When PCI is disabled, some external functions are undeclared: > drivers/crypto/insid

[PATCH 1/2] crypto: inside-secure - fix uninitialized-variable warning

2019-09-06 Thread Arnd Bergmann
The addition of PCI support introduced multiple randconfig issues. - When PCI is disabled, some external functions are undeclared: drivers/crypto/inside-secure/safexcel.c:944:9: error: implicit declaration of function 'pci_irq_vector' [-Werror,-Wimplicit-function-declaration] - Also, in the same