summaryrefslogtreecommitdiff
path: root/arch/ppc
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2006-03-10 06:36:40 (GMT)
committerPaul Mackerras <paulus@samba.org>2006-03-17 02:28:03 (GMT)
commit898b1920a67048c1f38bb99777f4cff06380a59a (patch)
treee7624f64f7bdc829a2f5c14f886d7e326f1a4ced /arch/ppc
parentbbbe1212bd6f815290f782ba5b489467b54131dc (diff)
downloadlinux-fsl-qoriq-898b1920a67048c1f38bb99777f4cff06380a59a.tar.xz
[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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/virtex.h b/arch/ppc/platforms/4xx/virtex.h
index 1a01b81..c14325d 100644
--- a/arch/ppc/platforms/4xx/virtex.h
+++ b/arch/ppc/platforms/4xx/virtex.h
@@ -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