mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
I2C: Fix section mismatch errors in i2c-octeon.c
Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-i2c@vger.kernel.org To: ben-linux@fluff.org To: khali@linux-fr.org Cc: linux-mips@linux-mips.org Cc: rade.bozic.ext@nsn.com Patchwork: http://patchwork.linux-mips.org/patch/1037/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
94c26c9a66
commit
20f1216060
@ -447,7 +447,7 @@ static struct i2c_adapter octeon_i2c_ops = {
|
|||||||
/**
|
/**
|
||||||
* octeon_i2c_setclock - Calculate and set clock divisors.
|
* octeon_i2c_setclock - Calculate and set clock divisors.
|
||||||
*/
|
*/
|
||||||
static int __init octeon_i2c_setclock(struct octeon_i2c *i2c)
|
static int __devinit octeon_i2c_setclock(struct octeon_i2c *i2c)
|
||||||
{
|
{
|
||||||
int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff;
|
int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff;
|
||||||
int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000;
|
int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000;
|
||||||
@ -490,7 +490,7 @@ static int __init octeon_i2c_setclock(struct octeon_i2c *i2c)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __init octeon_i2c_initlowlevel(struct octeon_i2c *i2c)
|
static int __devinit octeon_i2c_initlowlevel(struct octeon_i2c *i2c)
|
||||||
{
|
{
|
||||||
u8 status;
|
u8 status;
|
||||||
int tries;
|
int tries;
|
||||||
|
Loading…
Reference in New Issue
Block a user