diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-07 04:06:45 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-07 04:06:45 +0100 |
commit | 256ae6a720618cbbfacc5e62ea1fe7c129d1b644 (patch) | |
tree | 99fbc75fe12eeb737b42e0a8a8cef57df89596a6 /arch/powerpc/platforms/40x | |
parent | [POWERPC] 4xx: PCIe indirect DCR spinlock fix. (diff) | |
parent | [POWERPC] Xilinx: hwicap: update booting-without-of.txt (diff) | |
download | linux-256ae6a720618cbbfacc5e62ea1fe7c129d1b644.tar.xz linux-256ae6a720618cbbfacc5e62ea1fe7c129d1b644.zip |
Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virtex into for-2.6.25
Diffstat (limited to 'arch/powerpc/platforms/40x')
-rw-r--r-- | arch/powerpc/platforms/40x/virtex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/40x/virtex.c b/arch/powerpc/platforms/40x/virtex.c index 88b66444dfb2..0422590040db 100644 --- a/arch/powerpc/platforms/40x/virtex.c +++ b/arch/powerpc/platforms/40x/virtex.c @@ -37,7 +37,7 @@ static int __init virtex_probe(void) { unsigned long root = of_get_flat_dt_root(); - if (!of_flat_dt_is_compatible(root, "xilinx,virtex")) + if (!of_flat_dt_is_compatible(root, "xlnx,virtex")) return 0; return 1; |