diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-03-09 23:36:40 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-17 13:28:03 +1100 |
commit | 898b1920a67048c1f38bb99777f4cff06380a59a (patch) | |
tree | e7624f64f7bdc829a2f5c14f886d7e326f1a4ced | |
parent | bbbe1212bd6f815290f782ba5b489467b54131dc (diff) |
[PATCH] Fix compile error for ML300/403
Needed due to changes in ppc_sys.c.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/ppc/platforms/4xx/virtex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/virtex.h b/arch/ppc/platforms/4xx/virtex.h index 1a01b81cff1..c14325dfd7b 100644 --- a/arch/ppc/platforms/4xx/virtex.h +++ b/arch/ppc/platforms/4xx/virtex.h @@ -27,7 +27,7 @@ /* Device type enumeration for platform bus definitions */ #ifndef __ASSEMBLY__ enum ppc_sys_devices { - VIRTEX_UART, + VIRTEX_UART, NUM_PPC_SYS_DEVS, }; #endif |