Fix all warnings in the tree
[coreboot.git] / src / southbridge / intel / i82801ax / i82801ax_smbus.h
index 06d987721f6a86fa3393d5423b4d6a15b89d68aa..d3f49f9a71aa9856a4dc1427cdde555348909dc2 100644 (file)
@@ -113,8 +113,6 @@ static int do_smbus_read_byte(unsigned device, unsigned address)
 static int do_smbus_write_block(unsigned device, unsigned length, unsigned cmd,
                                unsigned data1, unsigned data2)
 {
-       unsigned char global_control_register;
-       unsigned char global_status_register;
        unsigned char byte;
        unsigned char stat;
        int i;