diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-via.c')
-rw-r--r-- | drivers/i2c/busses/i2c-via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-via.c b/drivers/i2c/busses/i2c-via.c index 040b8abeabba..0b3edd4e6c12 100644 --- a/drivers/i2c/busses/i2c-via.c +++ b/drivers/i2c/busses/i2c-via.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #define IOSPACE 0x06 | 45 | #define IOSPACE 0x06 |
46 | #define IOTEXT "via-i2c" | 46 | #define IOTEXT "via-i2c" |
47 | 47 | ||
48 | static u16 pm_io_base = 0; | 48 | static u16 pm_io_base; |
49 | 49 | ||
50 | /* | 50 | /* |
51 | It does not appear from the datasheet that the GPIO pins are | 51 | It does not appear from the datasheet that the GPIO pins are |