diff options
author | ru <ru@FreeBSD.org> | 2005-12-06 11:19:37 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-06 11:19:37 +0000 |
commit | 3db1ffb04091aeb5cbd6b87a4fa136442d8d3bc9 (patch) | |
tree | d4aab888a37abefaa2332f515bb2be9862352b91 /sys/dev/aic7xxx | |
parent | f5b3d1a6c477ee8fd2cbe84115ae58ada92829f8 (diff) | |
download | FreeBSD-src-3db1ffb04091aeb5cbd6b87a4fa136442d8d3bc9.zip FreeBSD-src-3db1ffb04091aeb5cbd6b87a4fa136442d8d3bc9.tar.gz |
Fix -Wundef warnings from compiling GENERIC and LINT kernels of
all architectures.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aic79xx_osm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |