From: Anton Vorontsov Date: Tue, 22 Sep 2009 23:46:04 +0000 (-0700) Subject: of: remove "stm,m25p40" alias X-Git-Tag: v2.6.32-rc1~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=225d8b248843d1b3fbcf616d5e7d9544463aca3e;p=profile%2Fcommon%2Fkernel-common.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 69f85c0..ddf224d 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" }, }; /**