mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
of: remove "stm,m25p40" alias
The alias isn't needed any longer since the m25p80 driver converted to the module device table matching. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Cc: David Brownell <dbrownell@users.sourceforge.net> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Jean Delvare <khali@linux-fr.org> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
75368bf6c2
commit
225d8b2488
@ -447,7 +447,6 @@ struct of_modalias_table {
|
||||
static struct of_modalias_table of_modalias_table[] = {
|
||||
{ "fsl,mcu-mpc8349emitx", "mcu-mpc8349emitx" },
|
||||
{ "mmc-spi-slot", "mmc_spi" },
|
||||
{ "stm,m25p40", "m25p80" },
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user