Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Build fix for the Sibyte I2C driver

Compile fix for the BCM1250 I2C driver.

Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Ralf Baechle and committed by
Linus Torvalds
a242b44d 01df0e3a

+2 -2
+2 -2
drivers/i2c/busses/i2c-sibyte.c
··· 23 23 #include <asm/sibyte/sb1250_smbus.h> 24 24 25 25 static struct i2c_algo_sibyte_data sibyte_board_data[2] = { 26 - { NULL, 0, (void *) (KSEG1+A_SMB_BASE(0)) }, 27 - { NULL, 1, (void *) (KSEG1+A_SMB_BASE(1)) } 26 + { NULL, 0, (void *) (CKSEG1+A_SMB_BASE(0)) }, 27 + { NULL, 1, (void *) (CKSEG1+A_SMB_BASE(1)) } 28 28 }; 29 29 30 30 static struct i2c_adapter sibyte_board_adapter[2] = {