Disable debug again

This commit is contained in:
jmcneill 2017-09-25 00:12:21 +00:00
parent 57030377dd
commit 1a3d098173
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
/* $NetBSD: tegra210_car.c,v 1.11 2017/09/25 00:03:34 jmcneill Exp $ */ /* $NetBSD: tegra210_car.c,v 1.12 2017/09/25 00:12:21 jmcneill Exp $ */
#define TEGRA210_CAR_DEBUG
/*- /*-
* Copyright (c) 2015-2017 Jared McNeill <jmcneill@invisible.ca> * Copyright (c) 2015-2017 Jared McNeill <jmcneill@invisible.ca>
@ -28,7 +27,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tegra210_car.c,v 1.11 2017/09/25 00:03:34 jmcneill Exp $"); __KERNEL_RCSID(0, "$NetBSD: tegra210_car.c,v 1.12 2017/09/25 00:12:21 jmcneill Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/bus.h> #include <sys/bus.h>