[PATCH] drivers/dma trivial annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2006-10-10 22:45:47 +01:00
committed by Linus Torvalds
parent c714de5dcf
commit 47b16539e1
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ extern struct list_head dma_client_list;
struct ioat_device {
struct pci_dev *pdev;
void *reg_base;
void __iomem *reg_base;
struct pci_pool *dma_pool;
struct pci_pool *completion_pool;
@@ -73,7 +73,7 @@ struct ioat_device {
struct ioat_dma_chan {
void *reg_base;
void __iomem *reg_base;
dma_cookie_t completed_cookie;
unsigned long last_completion;