Commit 898b1920 authored by Grant Likely's avatar Grant Likely Committed by Paul Mackerras

[PATCH] Fix compile error for ML300/403

Needed due to changes in ppc_sys.c.
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bbbe1212
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment