diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-02-01 12:10:08 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-02-08 02:58:09 +0100 |
commit | 6d57348d7d65ba6f2f42a24b0c7527e0f7470a84 (patch) | |
tree | a98391e1989ef0572e21bca3db2029104f9ec760 /drivers/edac/i82875p_edac.c | |
parent | [PATCH] fix __user annotations in drivers/base/memory.c (diff) | |
download | linux-6d57348d7d65ba6f2f42a24b0c7527e0f7470a84.tar.xz linux-6d57348d7d65ba6f2f42a24b0c7527e0f7470a84.zip |
[PATCH] drivers/edac/i82875p_edac.c __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/edac/i82875p_edac.c')
-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 009c08fe5d69..1991f94af753 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; }; |