forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/net/fddi/skfp/ecm.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /******************************************************************************
23 *
34 * (C)Copyright 1998,1999 SysKonnect,
45 * a business unit of Schneider & Koch & Co. Datensysteme GmbH.
56 *
67 * See the file "skfddi.c" for further information.
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
128 *
139 * The information in this file is provided "AS IS" without warranty.
1410 *
....@@ -30,7 +26,6 @@
3026 *
3127 * The following external HW dependent functions are referenced :
3228 * sm_pm_bypass_req()
33
- * sm_pm_ls_latch()
3429 * sm_pm_get_ls()
3530 *
3631 * The following HW dependent events are required :
....@@ -356,8 +351,6 @@
356351 */
357352 start_ecm_timer(smc,smc->s.ecm_check_poll,0) ;
358353 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 */
361354 ACTIONS_DONE() ;
362355 break ;
363356 case EC6_CHECK :