From: Anton Vorontsov Date: Tue, 22 Sep 2009 23:46:04 +0000 (-0700) Subject: of: remove "stm,m25p40" alias X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=225d8b248843d1b3fbcf616d5e7d9544463aca3e;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 Cc: David Brownell Cc: David Woodhouse Cc: Grant Likely Cc: Jean Delvare Cc: Ben Dooks Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/of/base.c b/drivers/of/base.c index 69f85c07d17..ddf224d456b 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -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" }, }; /**