diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-03-10 01:36:40 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-16 21:28:03 -0500 |
commit | 898b1920a67048c1f38bb99777f4cff06380a59a (patch) | |
tree | e7624f64f7bdc829a2f5c14f886d7e326f1a4ced /arch/ppc | |
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>
Diffstat (limited to 'arch/ppc')
-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 1a01b81cff11..c14325dfd7b1 100644 --- a/arch/ppc/platforms/4xx/virtex.h +++ b/arch/ppc/platforms/4xx/virtex.h | |||
@@ -27,7 +27,7 @@ | |||
27 | /* Device type enumeration for platform bus definitions */ | 27 | /* Device type enumeration for platform bus definitions */ |
28 | #ifndef __ASSEMBLY__ | 28 | #ifndef __ASSEMBLY__ |
29 | enum ppc_sys_devices { | 29 | enum ppc_sys_devices { |
30 | VIRTEX_UART, | 30 | VIRTEX_UART, NUM_PPC_SYS_DEVS, |
31 | }; | 31 | }; |
32 | #endif | 32 | #endif |
33 | 33 | ||