Re: [PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-23 Thread Masahiro Yamada
2016-08-23 1:48 GMT+09:00 Paul Gortmaker : > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_SPEAR_SPICS > drivers/gpio/Kconfig: bool "ST SPEAr13xx SPI Chip Select as GPIO support" > > ...meaning that it currently

Re: [PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-23 Thread Masahiro Yamada
2016-08-23 1:48 GMT+09:00 Paul Gortmaker : > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_SPEAR_SPICS > drivers/gpio/Kconfig: bool "ST SPEAr13xx SPI Chip Select as GPIO support" > > ...meaning that it currently is not being built as a module

Re: [PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-23 Thread Linus Walleij
On Mon, Aug 22, 2016 at 6:48 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_SPEAR_SPICS > drivers/gpio/Kconfig: bool "ST SPEAr13xx SPI Chip Select as GPIO support" > > ...meaning that

Re: [PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-23 Thread Linus Walleij
On Mon, Aug 22, 2016 at 6:48 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_SPEAR_SPICS > drivers/gpio/Kconfig: bool "ST SPEAr13xx SPI Chip Select as GPIO support" > > ...meaning that it currently is not being

[PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/gpio/Kconfig:config GPIO_SPEAR_SPICS drivers/gpio/Kconfig: bool "ST SPEAr13xx SPI Chip Select as GPIO support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular

[PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/gpio/Kconfig:config GPIO_SPEAR_SPICS drivers/gpio/Kconfig: bool "ST SPEAr13xx SPI Chip Select as GPIO support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular