summaryrefslogtreecommitdiff
path: root/linux-core/xgi_misc.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-07-09 16:22:48 -0700
committerIan Romanick <idr@us.ibm.com>2007-07-09 16:22:48 -0700
commit7268b65d5ce804713c12b8fadc42f9a086cdfe14 (patch)
tree89e32eab9a603d78f74998cdf7cc272fdbcb1cd8 /linux-core/xgi_misc.c
parenta3f56dc3d0620633c7719a01e6e578661d65edfc (diff)
Correct types that are shared with user mode.
Diffstat (limited to 'linux-core/xgi_misc.c')
-rw-r--r--linux-core/xgi_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/xgi_misc.c b/linux-core/xgi_misc.c
index 9712241f..9c9fd38f 100644
--- a/linux-core/xgi_misc.c
+++ b/linux-core/xgi_misc.c
@@ -48,7 +48,7 @@ void xgi_get_device_info(struct xgi_info * info, struct xgi_chip_info * req)
void xgi_get_mmio_info(struct xgi_info * info, struct xgi_mmio_info * req)
{
- req->mmioBase = (void *)info->mmio.base;
+ req->mmio_base = info->mmio.base;
req->size = info->mmio.size;
}