From 3db1ffb04091aeb5cbd6b87a4fa136442d8d3bc9 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 6 Dec 2005 11:19:37 +0000 Subject: Fix -Wundef warnings from compiling GENERIC and LINT kernels of all architectures. --- sys/dev/aic7xxx/aic79xx_osm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/aic7xxx') diff --git a/sys/dev/aic7xxx/aic79xx_osm.h b/sys/dev/aic7xxx/aic79xx_osm.h index b68770d..7e2291f 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.h +++ b/sys/dev/aic7xxx/aic79xx_osm.h @@ -144,7 +144,7 @@ struct scb_platform_data { }; /***************************** Core Includes **********************************/ -#if AHD_REG_PRETTY_PRINT +#ifdef AHD_REG_PRETTY_PRINT #define AIC_DEBUG_REGISTERS 1 #else #define AIC_DEBUG_REGISTERS 0 -- cgit v1.1