diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-02-01 06:10:08 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-02-07 20:58:09 -0500 |
commit | 6d57348d7d65ba6f2f42a24b0c7527e0f7470a84 (patch) | |
tree | a98391e1989ef0572e21bca3db2029104f9ec760 /drivers/edac | |
parent | be7ee9b2f5ef11448f79c2ff7f47eb21b7c008b4 (diff) |
[PATCH] drivers/edac/i82875p_edac.c __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/i82875p_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i82875p_edac.c b/drivers/edac/i82875p_edac.c index 009c08fe5d6..1991f94af75 100644 --- a/drivers/edac/i82875p_edac.c +++ b/drivers/edac/i82875p_edac.c @@ -159,7 +159,7 @@ enum i82875p_chips { struct i82875p_pvt { struct pci_dev *ovrfl_pdev; - void *ovrfl_window; + void __iomem *ovrfl_window; }; |