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

From: Chris Metcalf
Date: Thu Dec 01 2011 - 13:48:14 EST


On 12/1/2011 1:44 PM, Tejun Heo wrote:
> 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. I'll plan to push this to Linus through the tile tree with your
Acked-by.

--
Chris Metcalf, Tilera Corp.
http://www.tilera.com

--
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/