From: Darren Salt Date: Thu, 13 Mar 2008 15:35:49 +0000 (+0000) Subject: PNP: increase the number of PnP memory resources from 12 to 24 X-Git-Tag: upstream/snapshot3+hdmi~26589 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03c086a747d0b242878eb881971ec61c1555869d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git PNP: increase the number of PnP memory resources from 12 to 24 Increase the number of PnP memory resources from 12 to 24. This removes an "exceeded the max num of mem resources" warning on boot. I also noticed the reservation of two more iomem ranges on the computer on which this was tested. Signed-off-by: Darren Salt Signed-off-by: Ingo Molnar Acked-by: Bjorn Helgaas Signed-off-by: Linus Torvalds --- diff --git a/include/linux/pnp.h b/include/linux/pnp.h index cd6332b..29dd558 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h @@ -14,7 +14,7 @@ #include #define PNP_MAX_PORT 40 -#define PNP_MAX_MEM 12 +#define PNP_MAX_MEM 24 #define PNP_MAX_IRQ 2 #define PNP_MAX_DMA 2 #define PNP_NAME_LEN 50