diff options
Diffstat (limited to 'drivers/net/skfp/pcmplc.c')
-rw-r--r-- | drivers/net/skfp/pcmplc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/skfp/pcmplc.c b/drivers/net/skfp/pcmplc.c index 74e129f3ce92..f1df2ec8ad41 100644 --- a/drivers/net/skfp/pcmplc.c +++ b/drivers/net/skfp/pcmplc.c | |||
@@ -198,9 +198,6 @@ static int plc_imsk_na = PL_PCM_CODE | PL_TRACE_PROP | PL_PCM_BREAK | | |||
198 | static const int plc_imsk_act = PL_PCM_CODE | PL_TRACE_PROP | PL_PCM_BREAK | | 198 | static const int plc_imsk_act = PL_PCM_CODE | PL_TRACE_PROP | PL_PCM_BREAK | |
199 | PL_PCM_ENABLED | PL_SELF_TEST | PL_EBUF_ERR; | 199 | PL_PCM_ENABLED | PL_SELF_TEST | PL_EBUF_ERR; |
200 | 200 | ||
201 | /* external functions */ | ||
202 | void all_selection_criteria(struct s_smc *smc); | ||
203 | |||
204 | /* internal functions */ | 201 | /* internal functions */ |
205 | static void pcm_fsm(struct s_smc *smc, struct s_phy *phy, int cmd); | 202 | static void pcm_fsm(struct s_smc *smc, struct s_phy *phy, int cmd); |
206 | static void pc_rcode_actions(struct s_smc *smc, int bit, struct s_phy *phy); | 203 | static void pc_rcode_actions(struct s_smc *smc, int bit, struct s_phy *phy); |