Skip to content

Commit

Permalink
[PATCH] Fix compile error for ML300/403
Browse files Browse the repository at this point in the history
Needed due to changes in ppc_sys.c.

Signed-off-by: Grant Likely <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
glikely authored and paulusmack committed Mar 17, 2006
1 parent bbbe121 commit 898b192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/platforms/4xx/virtex.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 898b192

Please sign in to comment.