Module Name: src
Committed By: pgoyette
Date: Sat Dec 16 02:45:14 UTC 2017
Modified Files:
src/sys/dev/pad: pad.c
Log Message:
Remove the correct extra #endif
:)
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pad/pad.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/pad/pad.c
diff -u src/sys/dev/pad/pad.c:1.46 src/sys/dev/pad/pad.c:1.47
--- src/sys/dev/pad/pad.c:1.46 Sat Dec 16 02:13:13 2017
+++ src/sys/dev/pad/pad.c Sat Dec 16 02:45:14 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: pad.c,v 1.46 2017/12/16 02:13:13 mrg Exp $ */
+/* $NetBSD: pad.c,v 1.47 2017/12/16 02:45:14 pgoyette Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.46 2017/12/16 02:13:13 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.47 2017/12/16 02:45:14 pgoyette Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -928,7 +928,6 @@ static struct cfdata pad_cfdata[] = {
},
{ NULL, NULL, 0, 0, NULL, 0, NULL }
};
-#endif
/* provide the vectors required for config_{init,fini}_component() */
@@ -940,7 +939,7 @@ static const struct cfattachinit pad_cfa
{ "pad", pad_cfattachinit },
{ NULL, NULL }
};
-
+#endif
static int
pad_modcmd(modcmd_t cmd, void *arg)