[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>
This commit is contained in:
Grant Likely 2006-03-09 23:36:40 -07:00 committed by Paul Mackerras
parent bbbe1212bd
commit 898b1920a6

View file

@ -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