소스 검색

fix args to _disable routine

tags/v0.9.3
Marty Connor 18 년 전
부모
커밋
c4964c3e3a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      src/arch/i386/drivers/net/undi.c

+ 1
- 2
src/arch/i386/drivers/net/undi.c 파일 보기

@@ -1331,8 +1331,7 @@ static void undi_transmit(
1331 1331
 /**************************************************************************
1332 1332
 DISABLE - Turn off ethernet interface
1333 1333
 ***************************************************************************/
1334
-static void undi_disable ( struct nic *nic __unused,
1335
-			   struct pci_device *pci __unused ) {
1334
+static void undi_disable ( struct nic *nic __unused ) {
1336 1335
 	undi_full_shutdown();
1337 1336
 	free_base_mem_data();
1338 1337
 }

Loading…
취소
저장