On Wed, 19 Dec 2007 16:41:25 -0800
Andrew Morton <akpm@linux-foundation.org> wrote:
And by this I really do mean going into each include/asm-*/pci.h and adding
struct pci_dev; (if needed)
...
static inline void ht_enable_msi_mapping(struct pci_dev *dev)
{
}
no macros, no ifdef tricks, no include tricks. Just straight, clean, fully
typechecked C.
--