diff options
Diffstat (limited to 'target/linux/atheros/patches-3.10/120-spiflash.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/120-spiflash.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/120-spiflash.patch b/target/linux/atheros/patches-3.10/120-spiflash.patch index 580a503..409721f 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, +}; |