diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-01-13 13:59:11 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-01-13 13:59:11 +1100 |
commit | bd1f7936ab5138d7e5e4f61bb4371e2994b2b2c5 (patch) | |
tree | 09e5424736112005c309fcd5cb572111f265197e /drivers/block | |
parent | 30aae739a9eb6db31ad7b08dac44bd302f41c709 (diff) | |
parent | ff82c587a9a4cb8796e7e04377155deba15ae18b (diff) |
Merge commit 'gcl/gcl-next' into next
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/xsysace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/xsysace.c b/drivers/block/xsysace.c index 29e1dfafb7c..381d686fc1a 100644 --- a/drivers/block/xsysace.c +++ b/drivers/block/xsysace.c @@ -1206,6 +1206,7 @@ static struct of_device_id ace_of_match[] __devinitdata = { { .compatible = "xlnx,opb-sysace-1.00.b", }, { .compatible = "xlnx,opb-sysace-1.00.c", }, { .compatible = "xlnx,xps-sysace-1.00.a", }, + { .compatible = "xlnx,sysace", }, {}, }; MODULE_DEVICE_TABLE(of, ace_of_match); |