summaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms
diff options
context:
space:
mode:
authorGrant Likely2006-03-10 07:36:40 +0100
committerPaul Mackerras2006-03-17 03:28:03 +0100
commit898b1920a67048c1f38bb99777f4cff06380a59a (patch)
treee7624f64f7bdc829a2f5c14f886d7e326f1a4ced /arch/ppc/platforms
parent[PATCH] ppc: Fix platform_notify functions marked __init (diff)
downloadkernel-qcow2-linux-898b1920a67048c1f38bb99777f4cff06380a59a.tar.gz
kernel-qcow2-linux-898b1920a67048c1f38bb99777f4cff06380a59a.tar.xz
kernel-qcow2-linux-898b1920a67048c1f38bb99777f4cff06380a59a.zip
[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/platforms')
-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 1a01b81cff11..c14325dfd7b1 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