Browse Source

[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>
Grant Likely 19 years ago
parent
commit
898b1920a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/ppc/platforms/4xx/virtex.h

+ 1 - 1
arch/ppc/platforms/4xx/virtex.h

@@ -27,7 +27,7 @@
 /* Device type enumeration for platform bus definitions */
 /* Device type enumeration for platform bus definitions */
 #ifndef __ASSEMBLY__
 #ifndef __ASSEMBLY__
 enum ppc_sys_devices {
 enum ppc_sys_devices {
-	VIRTEX_UART,
+	VIRTEX_UART, NUM_PPC_SYS_DEVS,
 };
 };
 #endif
 #endif