Author: mjg
Date: Tue Sep 1 22:11:48 2020
New Revision: 365221
URL: https://svnweb.freebsd.org/changeset/base/365221
Log:
cpufreq: clean up empty lines in .c and .h files
Modified:
head/sys/dev/cpufreq/cpufreq_dt.c
Modified: head/sys/dev/cpufreq/cpufreq_dt.c
==============================================================================
--- head/sys/dev/cpufreq/cpufreq_dt.c Tue Sep 1 22:11:22 2020
(r365220)
+++ head/sys/dev/cpufreq/cpufreq_dt.c Tue Sep 1 22:11:48 2020
(r365221)
@@ -253,7 +253,6 @@ cpufreq_dt_set(device_t dev, const struct cf_setting *
return (0);
}
-
static int
cpufreq_dt_type(device_t dev, int *type)
{
@@ -546,7 +545,6 @@ cpufreq_dt_attach(device_t dev)
return (0);
}
-
static device_method_t cpufreq_dt_methods[] = {
/* Device interface */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"