artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ccb1e6
)
Remove unused prototype for sxiccmu_enablemodule().
author
mglocker
<mglocker@openbsd.org>
Fri, 26 Aug 2016 08:30:24 +0000
(08:30 +0000)
committer
mglocker
<mglocker@openbsd.org>
Fri, 26 Aug 2016 08:30:24 +0000
(08:30 +0000)
ok kettenis
sys/arch/armv7/sunxi/sxiccmu.c
patch
|
blob
|
history
diff --git
a/sys/arch/armv7/sunxi/sxiccmu.c
b/sys/arch/armv7/sunxi/sxiccmu.c
index
26c330d
..
25c63b3
100644
(file)
--- a/
sys/arch/armv7/sunxi/sxiccmu.c
+++ b/
sys/arch/armv7/sunxi/sxiccmu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sxiccmu.c,v 1.1
4 2016/08/23 19:13:37 kettenis
Exp $ */
+/* $OpenBSD: sxiccmu.c,v 1.1
5 2016/08/26 08:30:24 mglocker
Exp $ */
/*
* Copyright (c) 2007,2009 Dale Rahn <drahn@openbsd.org>
* Copyright (c) 2013 Artturi Alm
@@
-60,7
+60,6
@@
struct sxiccmu_softc {
};
void sxiccmu_attach(struct device *, struct device *, void *);
-void sxiccmu_enablemodule(int);
struct cfattach sxiccmu_ca = {
sizeof (struct sxiccmu_softc), NULL, sxiccmu_attach