From: Frank Mori Hess Date: Fri, 3 May 2002 02:58:48 +0000 (+0000) Subject: put typedef of dma_addr_t in asm/types.h and restricted it to pre 2.2.18 kernels X-Git-Tag: r0_7_65~65 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=453121d8bbdf7c6ec4cbe13357aecb22d5e0f5da;p=comedi.git put typedef of dma_addr_t in asm/types.h and restricted it to pre 2.2.18 kernels --- diff --git a/include/linux/pci.h b/include/linux/pci.h index 8ba57804..7ce4e2cc 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -16,9 +16,6 @@ #define PCI_SUPPORT_VER2 #if LINUX_VERSION_CODE < 0x020300 /* XXX */ -#include - -typedef u64 dma_addr_t; #define pci_for_each_dev(x) \ for((x)=pci_devices;(x);(x)=(x)->next)