[PATCH v3 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework

Brian Norris computersforpeace at gmail.com
Tue Dec 10 15:46:35 EST 2013


On Fri, Nov 29, 2013 at 12:18:50PM +0000, Lee Jones wrote:
> --- /dev/null
> +++ b/drivers/mtd/devices/st_spi_fsm.c
> @@ -0,0 +1,111 @@

[...]

> +static struct of_device_id stfsm_match[] = {
> +	{ .compatible = "st,spi-fsm", },
> +	{},
> +};
> +MODULE_DEVICE_TABLE(of, spi_fsm_match);

s/spi_fsm_match/stfsm_match/

This doesn't compile.

Brian



More information about the linux-mtd mailing list