Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c remove unused field in softc



details:   https://anonhg.NetBSD.org/src/rev/0e2ef3bbf6fe
branches:  trunk
changeset: 823441:0e2ef3bbf6fe
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Apr 22 23:50:13 2017 +0000

description:
remove unused field in softc

diffstat:

 sys/dev/i2c/as3722.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1d93f29676f7 -r 0e2ef3bbf6fe sys/dev/i2c/as3722.c
--- a/sys/dev/i2c/as3722.c      Sat Apr 22 23:46:29 2017 +0000
+++ b/sys/dev/i2c/as3722.c      Sat Apr 22 23:50:13 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: as3722.c,v 1.8 2017/04/22 23:46:29 jmcneill Exp $ */
+/* $NetBSD: as3722.c,v 1.9 2017/04/22 23:50:13 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #include "opt_fdt.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: as3722.c,v 1.8 2017/04/22 23:46:29 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: as3722.c,v 1.9 2017/04/22 23:50:13 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -104,8 +104,6 @@
 
        struct sysmon_wdog sc_smw;
        struct todr_chip_handle sc_todr;
-
-       uint8_t         sc_fuse[8];
 };
 
 #ifdef FDT



Home | Main Index | Thread Index | Old Index