Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 225d8b24 authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Linus Torvalds
Browse files

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: default avatarAnton 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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 75368bf6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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" },
};

/**