diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-10 08:52:14 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2004-09-10 08:52:14 -0700 |
| commit | 658fc6935ea29490c055c0b1529daa55c4823f81 (patch) | |
| tree | 0c4ada00be829bb587863a274c29c895cdfb8c4a | |
| parent | d1cdccb3ab41ce14d844ac616b9a015be56701e2 (diff) | |
ohci1394: PCI memory annotation
| -rw-r--r-- | drivers/ieee1394/ohci1394.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/ohci1394.h b/drivers/ieee1394/ohci1394.h index e2e6194c9728..d1758d409610 100644 --- a/drivers/ieee1394/ohci1394.h +++ b/drivers/ieee1394/ohci1394.h @@ -163,7 +163,7 @@ struct ti_ohci { } init_state; /* remapped memory spaces */ - void *registers; + void __iomem *registers; /* dma buffer for self-id packets */ quadlet_t *selfid_buf_cpu; |
