Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/fdt oops, fix mistake in previous commit. removed un...



details:   https://anonhg.NetBSD.org/src/rev/8e669f419f36
branches:  trunk
changeset: 949758:8e669f419f36
user:      ryo <ryo%NetBSD.org@localhost>
date:      Sat Jan 16 09:09:37 2021 +0000

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

diffstat:

 sys/dev/fdt/fdtvar.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 03adcf65fc4a -r 8e669f419f36 sys/dev/fdt/fdtvar.h
--- a/sys/dev/fdt/fdtvar.h      Sat Jan 16 02:40:02 2021 +0000
+++ b/sys/dev/fdt/fdtvar.h      Sat Jan 16 09:09:37 2021 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -77,8 +77,6 @@
        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 {



Home | Main Index | Thread Index | Old Index