diff options
author | Len Brown <len.brown@intel.com> | 2008-01-11 12:27:50 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-01-11 12:27:50 -0500 |
commit | 6b74c92521de123b6b3b01a8be432722121d9e8e (patch) | |
tree | 64155a80a20d6ac848d436c986ed477ce4444e93 /include | |
parent | 4e1b83ad61b5db143281bb54e88ff420cc6b79d0 (diff) | |
parent | 2c838197751db19d08a00e633e33dce23a69fb0c (diff) |
Pull bugzilla-9535 into release branch
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pnp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index 0a0426c2867d..2a6d62c7d2d1 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/errno.h> | 13 | #include <linux/errno.h> |
14 | #include <linux/mod_devicetable.h> | 14 | #include <linux/mod_devicetable.h> |
15 | 15 | ||
16 | #define PNP_MAX_PORT 24 | 16 | #define PNP_MAX_PORT 40 |
17 | #define PNP_MAX_MEM 12 | 17 | #define PNP_MAX_MEM 12 |
18 | #define PNP_MAX_IRQ 2 | 18 | #define PNP_MAX_IRQ 2 |
19 | #define PNP_MAX_DMA 2 | 19 | #define PNP_MAX_DMA 2 |