Commit 6cd2c39a authored by Chas Williams's avatar Chas Williams Committed by Patrick McHardy

[ATM]: horizon: make reset function not __init (from Randy Dunlap <rddunlap@osdl.org>)

parent 4183b994
...@@ -1802,7 +1802,7 @@ static int hrz_send (struct atm_vcc * atm_vcc, struct sk_buff * skb) { ...@@ -1802,7 +1802,7 @@ static int hrz_send (struct atm_vcc * atm_vcc, struct sk_buff * skb) {
/********** reset a card **********/ /********** reset a card **********/
static void __init hrz_reset (const hrz_dev * dev) { static void hrz_reset (const hrz_dev * dev) {
u32 control_0_reg = rd_regl (dev, CONTROL_0_REG); u32 control_0_reg = rd_regl (dev, CONTROL_0_REG);
// why not set RESET_HORIZON to one and wait for the card to // why not set RESET_HORIZON to one and wait for the card to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment