diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-06-29 16:41:32 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-06-29 16:41:32 -0700 |
commit | 406ded3816300f6b3e945c932c44350b22f43bd9 (patch) | |
tree | f2cbfd7879070dd39c3f5cd5a743dee3ac2c5560 /linux-core/xgi_drv.h | |
parent | ec7730e5ba6ac1d60f90af483b3966d863cb5400 (diff) |
Replace U(8|16) with u(8|16).
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r-- | linux-core/xgi_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h index 32ee5e81..8431eb16 100644 --- a/linux-core/xgi_drv.h +++ b/linux-core/xgi_drv.h @@ -96,7 +96,7 @@ struct xgi_aperture { U32 base; // pcie base is different from fb base U32 size; - U8 *vbase; + u8 *vbase; }; struct xgi_screen_info { @@ -120,7 +120,7 @@ struct xgi_info { int slot; int vendor_id; U32 device_id; - U8 revision_id; + u8 revision_id; /* physical characteristics */ struct xgi_aperture mmio; |