Re: [PATCH] mtd: spi-nor: stm32: remove broken MODULE_ALIAS

2017-04-27 Thread Cyrille Pitchen
Le 27/04/2017 à 14:17, Ludovic BARRE a écrit : > thanks a lot Arnd > Indeed, thanks Arnd! Since commit ("mtd: spi-nor: add driver for STM32 quad spi flash controller") was included with the spi-nor PR for 4.12 I've sent yesterday to Brian, I will check with him to know how he wants us to proceed:

Re: [PATCH] mtd: spi-nor: stm32: remove broken MODULE_ALIAS

2017-04-27 Thread Cyrille Pitchen
Le 27/04/2017 à 13:09, Arnd Bergmann a écrit : > The MODULE_ALIAS statement refers to a macro that has never been defined > in this driver, causing a build error: > > drivers/mtd/spi-nor/stm32-quadspi.c:694:150: error: expected ',' or ';' > before 'DRIVER_NAME' > > Unless there is a specific ali

Re: [PATCH] mtd: spi-nor: stm32: remove broken MODULE_ALIAS

2017-04-27 Thread Ludovic BARRE
thanks a lot Arnd Oops, I've not tested in Module :-(. Just tested in built-in, and used bind/unbind and device tree overlays. BR Ludo On 04/27/2017 01:09 PM, Arnd Bergmann wrote: The MODULE_ALIAS statement refers to a macro that has never been defined in this driver, causing a build error: dr

[PATCH] mtd: spi-nor: stm32: remove broken MODULE_ALIAS

2017-04-27 Thread Arnd Bergmann
The MODULE_ALIAS statement refers to a macro that has never been defined in this driver, causing a build error: drivers/mtd/spi-nor/stm32-quadspi.c:694:150: error: expected ',' or ';' before 'DRIVER_NAME' Unless there is a specific alias we need other then the driver name, we don't need an alias