Module Name: src
Committed By: christos
Date: Sun Oct 9 14:43:17 UTC 2016
Modified Files:
src/sys/arch/arm/sa11x0: sa11x0_ost.c
Log Message:
PR/51540: Henning Petersen: replace , with ;
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/sa11x0/sa11x0_ost.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/sa11x0/sa11x0_ost.c
diff -u src/sys/arch/arm/sa11x0/sa11x0_ost.c:1.31 src/sys/arch/arm/sa11x0/sa11x0_ost.c:1.32
--- src/sys/arch/arm/sa11x0/sa11x0_ost.c:1.31 Mon Dec 16 20:29:39 2013
+++ src/sys/arch/arm/sa11x0/sa11x0_ost.c Sun Oct 9 10:43:17 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sa11x0_ost.c,v 1.31 2013/12/17 01:29:39 joerg Exp $ */
+/* $NetBSD: sa11x0_ost.c,v 1.32 2016/10/09 14:43:17 christos Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sa11x0_ost.c,v 1.31 2013/12/17 01:29:39 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sa11x0_ost.c,v 1.32 2016/10/09 14:43:17 christos Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -276,7 +276,7 @@ saost_tc_init(void)
};
#if defined(CPU_XSCALE_PXA270) && defined(CPU_XSCALE_PXA250)
- saost_tc.tc_frequency = TIMER_FREQUENCY,
+ saost_tc.tc_frequency = TIMER_FREQUENCY;
#endif
tc_init(&saost_tc);
}