Remove unused prototype for sxiccmu_enablemodule().
authormglocker <mglocker@openbsd.org>
Fri, 26 Aug 2016 08:30:24 +0000 (08:30 +0000)
committermglocker <mglocker@openbsd.org>
Fri, 26 Aug 2016 08:30:24 +0000 (08:30 +0000)
ok kettenis

sys/arch/armv7/sunxi/sxiccmu.c

index 26c330d..25c63b3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sxiccmu.c,v 1.14 2016/08/23 19:13:37 kettenis Exp $   */
+/*     $OpenBSD: sxiccmu.c,v 1.15 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