diff options
Diffstat (limited to 'drivers/net/fddi/skfp/ecm.c')
| -rw-r--r-- | drivers/net/fddi/skfp/ecm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/fddi/skfp/ecm.c b/drivers/net/fddi/skfp/ecm.c index eee9ba91346a..c813e462183d 100644 --- a/drivers/net/fddi/skfp/ecm.c +++ b/drivers/net/fddi/skfp/ecm.c | |||
| @@ -30,7 +30,6 @@ | |||
| 30 | * | 30 | * |
| 31 | * The following external HW dependent functions are referenced : | 31 | * The following external HW dependent functions are referenced : |
| 32 | * sm_pm_bypass_req() | 32 | * sm_pm_bypass_req() |
| 33 | * sm_pm_ls_latch() | ||
| 34 | * sm_pm_get_ls() | 33 | * sm_pm_get_ls() |
| 35 | * | 34 | * |
| 36 | * The following HW dependent events are required : | 35 | * The following HW dependent events are required : |
| @@ -356,8 +355,6 @@ static void ecm_fsm(struct s_smc *smc, int cmd) | |||
| 356 | */ | 355 | */ |
| 357 | start_ecm_timer(smc,smc->s.ecm_check_poll,0) ; | 356 | start_ecm_timer(smc,smc->s.ecm_check_poll,0) ; |
| 358 | smc->e.ecm_line_state = TRUE ; /* flag to pcm: report Q/HLS */ | 357 | smc->e.ecm_line_state = TRUE ; /* flag to pcm: report Q/HLS */ |
| 359 | (void) sm_pm_ls_latch(smc,PA,1) ; /* enable line state latch */ | ||
| 360 | (void) sm_pm_ls_latch(smc,PB,1) ; /* enable line state latch */ | ||
| 361 | ACTIONS_DONE() ; | 358 | ACTIONS_DONE() ; |
| 362 | break ; | 359 | break ; |
| 363 | case EC6_CHECK : | 360 | case EC6_CHECK : |
