Re: [PATCH] lib/devres.c: allow specifying NO_IOPORT while usingPCI

From: Tejun Heo
Date: Thu Dec 01 2011 - 13:44:53 EST


Hello,

On Thu, Dec 01, 2011 at 12:59:19PM -0500, Chris Metcalf wrote:
> The tile architecture does not support IOPORT, but it does support
> PCI and IOMEM. We were not specifying NO_IOPORT, though, because it
> was causing a couple of functions (pcim_iomap_regions and pcim_iomap_table)
> that are needed to not get provided. Moving the #ifdef fixes this
> so that those functions and some related ones are now always provided
> if CONFIG_PCI is true.
>
> Signed-off-by: Chris Metcalf <cmetcalf@xxxxxxxxxx>

Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Please feel free to route the change through tile. If not, Andrew,
can you please pick this up?

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/