diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2017-12-16 02:45:14 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2017-12-16 02:45:14 +0000 |
| commit | c94cf33623fd55bef352dd70eccb4944f8021404 (patch) | |
| tree | 1ffd8383309af305dd6ef7de607a58bad74bb534 /sys/dev | |
| parent | 53230362fd508a513966ed87dc16f14fba19c3b6 (diff) | |
Remove the correct extra #endif
:)
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pad/pad.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pad/pad.c b/sys/dev/pad/pad.c index ac0346a1099..192eea99229 100644 --- a/sys/dev/pad/pad.c +++ b/sys/dev/pad/pad.c @@ -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 <jmcneill@invisible.ca> @@ -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_cfattach[] = { { "pad", pad_cfattachinit }, { NULL, NULL } }; - +#endif static int pad_modcmd(modcmd_t cmd, void *arg) |
