artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5db629
)
icc_detach was not listed in cfattach
author
deraadt
<deraadt@openbsd.org>
Sat, 17 Aug 2024 15:10:00 +0000
(15:10 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 17 Aug 2024 15:10:00 +0000
(15:10 +0000)
sys/dev/i2c/icc.c
patch
|
blob
|
history
diff --git
a/sys/dev/i2c/icc.c
b/sys/dev/i2c/icc.c
index
14dfc81
..
1ce60ee
100644
(file)
--- a/
sys/dev/i2c/icc.c
+++ b/
sys/dev/i2c/icc.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: icc.c,v 1.
1 2022/11/11 15:25:13 matthieu Exp $
*/
+/* $OpenBSD: icc.c,v 1.
2 2024/08/17 15:10:00 deraadt Exp $
*/
/*
* Copyright (c) 2021 Anton Lindqvist <anton@openbsd.org>
@@
-48,6
+48,7
@@
const struct cfattach icc_ca = {
sizeof(struct icc_softc),
icc_match,
icc_attach,
+ icc_detach
};
int