Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 898b1920 authored by Grant Likely's avatar Grant Likely Committed by Paul Mackerras
Browse files

[PATCH] Fix compile error for ML300/403



Needed due to changes in ppc_sys.c.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bbbe1212
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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