From: Grant Likely Date: Fri, 10 Mar 2006 06:36:40 +0000 (-0700) Subject: [PATCH] Fix compile error for ML300/403 X-Git-Tag: v2.6.17-rc1~1117^2~28^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=898b1920a67048c1f38bb99777f4cff06380a59a;p=~emulex%2Finfiniband.git [PATCH] Fix compile error for ML300/403 Needed due to changes in ppc_sys.c. Signed-off-by: Grant Likely Signed-off-by: Paul Mackerras --- diff --git a/arch/ppc/platforms/4xx/virtex.h b/arch/ppc/platforms/4xx/virtex.h index 1a01b81cff1..c14325dfd7b 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