svn commit: r354558 - head/sys/arm64/rockchip/clk

Michal Meloun mmel at FreeBSD.org
Fri Nov 8 19:29:14 UTC 2019


Author: mmel
Date: Fri Nov  8 19:29:14 2019
New Revision: 354558
URL: https://svnweb.freebsd.org/changeset/base/354558

Log:
  Remove explicit declaration of rk_clk_fract_set_freq() function
  forgotten in r354556.
  
  MFC after:	3 weeks
  MFC with:	r354556
  Noticed by:	manu

Modified:
  head/sys/arm64/rockchip/clk/rk_clk_fract.c

Modified: head/sys/arm64/rockchip/clk/rk_clk_fract.c
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_fract.c	Fri Nov  8 19:15:50 2019	(r354557)
+++ head/sys/arm64/rockchip/clk/rk_clk_fract.c	Fri Nov  8 19:29:14 2019	(r354558)
@@ -149,9 +149,7 @@ rk_clk_fract_init(struct clknode *clk, device_t dev)
 
 	return(0);
 }
-static int
-rk_clk_fract_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout,
-    int flags, int *stop);
+
 static int
 rk_clk_fract_recalc(struct clknode *clk, uint64_t *freq)
 {


More information about the svn-src-all mailing list