--- 2.6.18/arch/ppc/platforms/4xx/virtex.h 2006-10-04 14:31:15.000000000 -0700 +++ patched/arch/ppc/platforms/4xx/virtex.h 2006-10-07 10:35:31.000000000 -0700 @@ -27,7 +27,9 @@ /* Device type enumeration for platform bus definitions */ #ifndef __ASSEMBLY__ enum ppc_sys_devices { - VIRTEX_UART, NUM_PPC_SYS_DEVS, + VIRTEX_UART, + VIRTEX_XUL_UART, + NUM_PPC_SYS_DEVS, }; #endif