projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75368bf
)
of: remove "stm,m25p40" alias
author
Anton Vorontsov
<
[email protected]
>
Tue, 22 Sep 2009 23:46:04 +0000
(16:46 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 23 Sep 2009 14:39:43 +0000
(07:39 -0700)
The alias isn't needed any longer since the m25p80 driver converted to the
module device table matching.
Signed-off-by: Anton Vorontsov <
[email protected]
>
Cc: David Brownell <
[email protected]
>
Cc: David Woodhouse <
[email protected]
>
Cc: Grant Likely <
[email protected]
>
Cc: Jean Delvare <
[email protected]
>
Cc: Ben Dooks <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/of/base.c
patch
|
blob
|
history
diff --git
a/drivers/of/base.c
b/drivers/of/base.c
index 69f85c07d17fc24718861b41618c6a8c0c493183..ddf224d456b2602efeaa9cdefebf72300f9bdf13 100644
(file)
--- 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" },
};
/**