commit | 977a415f2b70b5693aaa23b1a16ad57ea20a1dce | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 24 16:16:39 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 24 16:16:39 2006 -0700 |
tree | df8b551832c676c8bca1be276cf8d06084599fb5 | |
parent | 6d381634d213580d40d431e7664dfb45f641b884 [diff] [blame] |
[ATM] horizon: read_bia() needs to be __devinit Thanks to Randy Dunlap. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/atm/horizon.c b/drivers/atm/horizon.c index 44268cb..4dc1010 100644 --- a/drivers/atm/horizon.c +++ b/drivers/atm/horizon.c
@@ -1789,7 +1789,7 @@ 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);