Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753122AbXBKGql (ORCPT ); Sun, 11 Feb 2007 01:46:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753126AbXBKGql (ORCPT ); Sun, 11 Feb 2007 01:46:41 -0500 Received: from py-out-1112.google.com ([64.233.166.183]:37243 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753121AbXBKGqk (ORCPT ); Sun, 11 Feb 2007 01:46:40 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=W4ZjTfH4jy2KdK/eFh+55SbJtBR/6qybjrmfxfGDGGLW0PPbhsFroeKAkCgismhT9hIY9IqaL2mHG28c9Bfqr8bvETFs2MnJqemsACz4MtT0v57WOlMhaxRqipj5EH4CvGd94781iPXwwW3ulNx7ahETwgUIHS/cykpY6bBg3G8= Message-ID: <45CEBBBB.6010107@gmail.com> Date: Sun, 11 Feb 2007 01:46:19 -0500 From: Tejun Heo User-Agent: Icedove 1.5.0.9 (X11/20061220) MIME-Version: 1.0 To: Al Viro CC: Christoph Hellwig , Heiko Carstens , Andrew Morton , Linus Torvalds , Martin Schwidefsky , Jeff Garzik , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [patch] linux/io.h: forward declare struct pci_dev References: <20070210114550.GC12642@osiris.boeblingen.de.ibm.com> <20070211034902.GA9077@infradead.org> <45CEB720.1020406@gmail.com> <20070211063431.GS10050@ftp.linux.org.uk> In-Reply-To: <20070211063431.GS10050@ftp.linux.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 985 Lines: 25 Al Viro wrote: > My current version: > > From 97f115834b5ebef4f04e0f18aaa10f78f43733a0 Mon Sep 17 00:00:00 2001 > From: Al Viro > Date: Sat, 10 Feb 2007 23:41:09 -0500 > Subject: [PATCH] sort the devres mess out > > Split the implementation-agnostic stuff in separate files. > Make sure that targets using non-default request_irq() pull kernel/irq/devres.o > Mark targets that have no ioport_map() and friends, protect the ioport-related > Parts of lib/devres.o with corresponding ifdef (BTW, we need it in driver > dependencies in quite a few of cases, so that symbol was needed anyway). > > Signed-off-by: Al Viro Thanks. Sorry about causing trouble for many archs. :-) -- tejun - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/