PERFORCE change 119108 for review
Bruce M Simpson
bms at FreeBSD.org
Tue May 1 18:14:34 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=119108
Change 119108 by bms at bms_anglepoise on 2007/05/01 18:14:18
whitespace
Affected files ...
.. //depot/projects/mips2/src/sys/mips/mips/tick.c#6 edit
Differences ...
==== //depot/projects/mips2/src/sys/mips/mips/tick.c#6 (text+ko) ====
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 2006 Bruce M. Simpson
- * Copyright (c) 2003-2004 Juli Mallett.
+ * Copyright (c) 2006-2007 Bruce M. Simpson.
+ * Copyright (c) 2003-2004 Juli Mallett.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -60,13 +60,10 @@
/*
* Device methods
*/
-static int clock_probe(device_t);
-static void clock_identify(driver_t *, device_t);
-static int clock_attach(device_t);
-
-
-
-static unsigned counter_get_timecount(struct timecounter *tc);
+static int clock_probe(device_t);
+static void clock_identify(driver_t *, device_t);
+static int clock_attach(device_t);
+static unsigned counter_get_timecount(struct timecounter *tc);
static struct timecounter counter_timecounter = {
counter_get_timecount, /* get_timecount */
More information about the p4-projects
mailing list