From: John Crispin Date: Tue, 24 Jun 2014 18:13:43 +0000 (+0000) Subject: atheros[ar2315-spiflash]: update driver id X-Git-Tag: reboot~6816 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=78bdfeb30b091871f0edee7b034cddac2ac8608a atheros[ar2315-spiflash]: update driver id Make id more specific and consistent with others platform drivers. Signed-off-by: Sergey Ryazanov SVN-Revision: 41324 --- diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch index d7bd94a769..c6eefebd14 100644 --- a/target/linux/atheros/patches-3.10/100-board.patch +++ b/target/linux/atheros/patches-3.10/100-board.patch @@ -2536,7 +2536,7 @@ + +static struct platform_device ar2315_spiflash = { + .id = 0, -+ .name = "spiflash", ++ .name = "ar2315-spiflash", + .resource = ar2315_spiflash_res, + .num_resources = ARRAY_SIZE(ar2315_spiflash_res) +}; diff --git a/target/linux/atheros/patches-3.10/120-spiflash.patch b/target/linux/atheros/patches-3.10/120-spiflash.patch index 580a5038dc..409721f2c8 100644 --- a/target/linux/atheros/patches-3.10/120-spiflash.patch +++ b/target/linux/atheros/patches-3.10/120-spiflash.patch @@ -536,7 +536,7 @@ +} + +static struct platform_driver spiflash_driver = { -+ .driver.name = "spiflash", ++ .driver.name = "ar2315-spiflash", + .probe = spiflash_probe, + .remove = spiflash_remove, +};