Convert occurances of U32 to other types.
authorIan Romanick <idr@us.ibm.com>
Tue, 10 Jul 2007 01:54:25 +0000 (18:54 -0700)
committerIan Romanick <idr@us.ibm.com>
Tue, 10 Jul 2007 01:54:25 +0000 (18:54 -0700)
commit76ca1e858fb8e1a65ea49c0c62350d7ca91044a2
tree0786d8f0f6a611522f3e810417dd3f52b11e8ddf
parenta9c49be6f8a0aa199a9dc0ffd0a9aa2b85cd796d
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.
linux-core/xgi_cmdlist.c
linux-core/xgi_cmdlist.h
linux-core/xgi_drv.c
linux-core/xgi_drv.h
linux-core/xgi_fb.c
linux-core/xgi_misc.c
linux-core/xgi_pcie.c
linux-core/xgi_types.h [deleted file]