Loading drivers/atm/horizon.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1789,7 +1789,7 @@ static inline void CLOCK_IT (const hrz_dev *dev, u32 ctrl) WRITE_IT_WAIT(dev, ctrl | SEEPROM_SK); WRITE_IT_WAIT(dev, ctrl | SEEPROM_SK); } } static u16 __init read_bia (const hrz_dev * dev, u16 addr) static u16 __devinit read_bia (const hrz_dev * dev, u16 addr) { { u32 ctrl = rd_regl (dev, CONTROL_0_REG); u32 ctrl = rd_regl (dev, CONTROL_0_REG); Loading Loading
drivers/atm/horizon.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1789,7 +1789,7 @@ static inline void CLOCK_IT (const hrz_dev *dev, u32 ctrl) WRITE_IT_WAIT(dev, ctrl | SEEPROM_SK); WRITE_IT_WAIT(dev, ctrl | SEEPROM_SK); } } static u16 __init read_bia (const hrz_dev * dev, u16 addr) static u16 __devinit read_bia (const hrz_dev * dev, u16 addr) { { u32 ctrl = rd_regl (dev, CONTROL_0_REG); u32 ctrl = rd_regl (dev, CONTROL_0_REG); Loading