summaryrefslogtreecommitdiff
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2004-02-08 23:40:28 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-02-08 23:40:28 -0800
commitcac3337b025e1ce54c49e09160f64d505fa74293 (patch)
tree669da63f137cc6d119d3e797b83997434d9bb430 /include/linux/device.h
parent9ccf07316dc2a21d829a5226cd70731206bc3e30 (diff)
parent0a23a9c023a1f5d2795aff5ffee83823a59639b4 (diff)
Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6
into home.osdl.org:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 6da63dac06b0..aef6b2f8836e 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -285,6 +285,7 @@ struct device {
detached from its driver. */
u64 *dma_mask; /* dma mask (if dma'able device) */
+ struct list_head dma_pools; /* dma pools (if dma'ble) */
void (*release)(struct device * dev);
};