CK804: Cosmetic fixes, switch to u8 et al.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6240 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2011-01-04 17:36:55 +00:00
parent ecab12a09e
commit 7e2fbd5dd3
17 changed files with 83 additions and 86 deletions

View File

@@ -28,9 +28,9 @@
static void ide_init(struct device *dev)
{
struct southbridge_nvidia_ck804_config *conf;
uint32_t dword;
uint16_t word;
uint8_t byte;
u32 dword;
u16 word;
u8 byte;
conf = dev->chip_info;