aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isapnp.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2008-04-28 16:33:49 -0600
committerLen Brown <len.brown@intel.com>2008-04-29 03:22:15 -0400
commitca0e8b6fd29819891c874b86ff286987c5bfdc21 (patch)
tree45fb178fbb41c3b3583fc775ea4e1ab6056a06f2 /include/linux/isapnp.h
parentPNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set (diff)
downloadlinux-dev-ca0e8b6fd29819891c874b86ff286987c5bfdc21.tar.xz
linux-dev-ca0e8b6fd29819891c874b86ff286987c5bfdc21.zip
ISAPNP: move config register addresses out of isapnp.h
These are used only in drivers/pnp/isapnp/core.c, so no need to expose them to the world. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-By: Rene Herman <rene.herman@gmail.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/isapnp.h')
-rw-r--r--include/linux/isapnp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/isapnp.h b/include/linux/isapnp.h
index 1e8728a9ee8a..cd5a269fdb5e 100644
--- a/include/linux/isapnp.h
+++ b/include/linux/isapnp.h
@@ -26,16 +26,6 @@
#include <linux/pnp.h>
/*
- * Configuration registers (TODO: change by specification)
- */
-
-#define ISAPNP_CFG_ACTIVATE 0x30 /* byte */
-#define ISAPNP_CFG_MEM 0x40 /* 4 * dword */
-#define ISAPNP_CFG_PORT 0x60 /* 8 * word */
-#define ISAPNP_CFG_IRQ 0x70 /* 2 * word */
-#define ISAPNP_CFG_DMA 0x74 /* 2 * byte */
-
-/*
*
*/