diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-10-14 01:11:27 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-10-14 01:11:27 +0200 |
commit | 5006d1aae813727cc77cc56cca9e90ef748650ce (patch) | |
tree | c24a6c2adff1cb311f5f94b3e6357313006fd14d /drivers/of/base.c | |
parent | powerpc/smp: No need to set_need_resched when getting a resched IPI (diff) | |
parent | OF: add fsl,mcu-mpc8349emitx to the exception list (diff) | |
download | linux-5006d1aae813727cc77cc56cca9e90ef748650ce.tar.xz linux-5006d1aae813727cc77cc56cca9e90ef748650ce.zip |
Merge commit 'gcl/gcl-next'
Diffstat (limited to 'drivers/of/base.c')
-rw-r--r-- | drivers/of/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c index 4270eb4a26a1..7c79e94a35ea 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -410,7 +410,7 @@ struct of_modalias_table { char *modalias; }; static struct of_modalias_table of_modalias_table[] = { - /* Empty for now; add entries as needed */ + { "fsl,mcu-mpc8349emitx", "mcu-mpc8349emitx" }, }; /** |