Module Name:    src
Committed By:   jmcneill
Date:           Wed Dec 23 11:31:45 UTC 2015

Modified Files:
        src/sys/dev/fdt: files.fdt

Log Message:
fdtbus depends on clk


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/files.fdt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/fdt/files.fdt
diff -u src/sys/dev/fdt/files.fdt:1.5 src/sys/dev/fdt/files.fdt:1.6
--- src/sys/dev/fdt/files.fdt:1.5	Tue Dec 22 21:42:11 2015
+++ src/sys/dev/fdt/files.fdt	Wed Dec 23 11:31:45 2015
@@ -1,10 +1,10 @@
-# $NetBSD: files.fdt,v 1.5 2015/12/22 21:42:11 jmcneill Exp $
+# $NetBSD: files.fdt,v 1.6 2015/12/23 11:31:45 jmcneill Exp $
 
 include	"external/bsd/libfdt/conf/files.libfdt"
 
 defflag	opt_fdt.h				FDT: libfdt, ofw_subr
 
-define	fdtbus { }
+define	fdtbus { } : clk
 
 device	fdt { }
 attach	fdt at fdtbus

Reply via email to