diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-07-09 18:54:25 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-07-09 18:54:25 -0700 |
commit | 76ca1e858fb8e1a65ea49c0c62350d7ca91044a2 (patch) | |
tree | 0786d8f0f6a611522f3e810417dd3f52b11e8ddf /linux-core/xgi_drv.h | |
parent | a9c49be6f8a0aa199a9dc0ffd0a9aa2b85cd796d (diff) |
Convert occurances of U32 to other types.
Most occurances of U32 were converted to u32. These are cases where
the data represents something that will be written to the hardware.
Other cases were converted to 'unsigned int'.
U32 was the last type in xgi_types.h, so that file is removed.
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r-- | linux-core/xgi_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h index efbbd647..983ed0a9 100644 --- a/linux-core/xgi_drv.h +++ b/linux-core/xgi_drv.h @@ -114,7 +114,7 @@ struct xgi_info { struct xgi_sarea_info sarea_info; /* look up table parameters */ - U32 *lut_base; + u32 *lut_base; unsigned int lutPageSize; unsigned int lutPageOrder; bool isLUTInLFB; |