diff options
-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 | ||