aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2001-12-13 12:46:50 +0000
committerdavem <davem>2001-12-13 12:46:50 +0000
commit77954b6f3b792eaabc1e93ec5fc2c65deec27d2a (patch)
tree3c3e35dbb42bc7801e886575c52ea7565feba10c
parent3679ccd5b521e0158f4c8f1ae708df0833df8fd0 (diff)
downloadnetdev-vger-cvs-77954b6f3b792eaabc1e93ec5fc2c65deec27d2a.tar.gz
Remove if 0 around asm/io.h include.
-rw-r--r--include/linux/bio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index b13f9394c..8bbacfeeb 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -21,9 +21,7 @@
#define __LINUX_BIO_H
/* Platforms may set this to teach the BIO layer about IOMMU hardware. */
-#if 0
#include <asm/io.h>
-#endif
#ifndef BIO_VMERGE_BOUNDARY
#define BIO_VMERGE_BOUNDARY 0
#endif