Module Name:    src
Committed By:   jmcneill
Date:           Sat Apr 22 23:50:13 UTC 2017

Modified Files:
        src/sys/dev/i2c: as3722.c

Log Message:
remove unused field in softc


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/as3722.c

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/i2c/as3722.c
diff -u src/sys/dev/i2c/as3722.c:1.8 src/sys/dev/i2c/as3722.c:1.9
--- src/sys/dev/i2c/as3722.c:1.8	Sat Apr 22 23:46:29 2017
+++ src/sys/dev/i2c/as3722.c	Sat Apr 22 23:50:13 2017
@@ -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 <[email protected]>
@@ -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 as3722_softc {
 
 	struct sysmon_wdog sc_smw;
 	struct todr_chip_handle sc_todr;
-
-	uint8_t		sc_fuse[8];
 };
 
 #ifdef FDT

Reply via email to