Skip to content

Commit 15dff93

Browse files
committed
g/c opt_dsrtc.h reference
1 parent 11ae2e1 commit 15dff93

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sys/dev/i2c/ds1307.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: ds1307.c,v 1.43 2025/10/13 14:49:17 thorpej Exp $ */
1+
/* $NetBSD: ds1307.c,v 1.44 2025/10/14 09:19:48 tnn Exp $ */
22

33
/*
44
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
3636
*/
3737

3838
#include <sys/cdefs.h>
39-
__KERNEL_RCSID(0, "$NetBSD: ds1307.c,v 1.43 2025/10/13 14:49:17 thorpej Exp $");
39+
__KERNEL_RCSID(0, "$NetBSD: ds1307.c,v 1.44 2025/10/14 09:19:48 tnn Exp $");
4040

4141
#include <sys/param.h>
4242
#include <sys/systm.h>
@@ -54,7 +54,6 @@ __KERNEL_RCSID(0, "$NetBSD: ds1307.c,v 1.43 2025/10/13 14:49:17 thorpej Exp $");
5454
#include <dev/sysmon/sysmonvar.h>
5555

5656
#include "ioconf.h"
57-
#include "opt_dsrtc.h"
5857

5958
struct dsrtc_model {
6059
const i2c_addr_t *dm_valid_addrs;

0 commit comments

Comments
 (0)