Module Name:    src
Committed By:   ryo
Date:           Sat Jan 16 09:09:37 UTC 2021

Modified Files:
        src/sys/dev/fdt: fdtvar.h

Log Message:
oops, fix mistake in previous commit. removed unwanted member that had been 
added.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/dev/fdt/fdtvar.h

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/fdtvar.h
diff -u src/sys/dev/fdt/fdtvar.h:1.67 src/sys/dev/fdt/fdtvar.h:1.68
--- src/sys/dev/fdt/fdtvar.h:1.67	Fri Jan 15 22:59:49 2021
+++ src/sys/dev/fdt/fdtvar.h	Sat Jan 16 09:09:37 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: fdtvar.h,v 1.67 2021/01/15 22:59:49 jmcneill Exp $ */
+/* $NetBSD: fdtvar.h,v 1.68 2021/01/16 09:09:37 ryo Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcne...@invisible.ca>
@@ -77,8 +77,6 @@ struct fdtbus_interrupt_controller_func 
 	bool	(*intrstr)(device_t, u_int *, char *, size_t);
 	void	(*mask)(device_t, void *);
 	void	(*unmask)(device_t, void *);
-	void *	(*establish_xname)(device_t, u_int *, int, int,
-			     int (*)(void *), void *, const char *);
 };
 
 struct fdtbus_spi_controller_func {

Reply via email to