Module Name:    src
Committed By:   skrll
Date:           Sat Aug 24 10:13:19 UTC 2024

Modified Files:
        src/sys/dev/cadence: if_cemacvar.h

Log Message:
G/C


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/cadence/if_cemacvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/cadence/if_cemacvar.h
diff -u src/sys/dev/cadence/if_cemacvar.h:1.2 src/sys/dev/cadence/if_cemacvar.h:1.3
--- src/sys/dev/cadence/if_cemacvar.h:1.2	Sat Aug 24 10:02:55 2024
+++ src/sys/dev/cadence/if_cemacvar.h	Sat Aug 24 10:13:19 2024
@@ -1,4 +1,4 @@
-/*      $NetBSD: if_cemacvar.h,v 1.2 2024/08/24 10:02:55 skrll Exp $	*/
+/*      $NetBSD: if_cemacvar.h,v 1.3 2024/08/24 10:13:19 skrll Exp $	*/
 /*-
  * Copyright (c) 2015  Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -32,7 +32,6 @@ int cemac_match(device_t, cfdata_t, void
 void cemac_attach(device_t, device_t, void *);
 int cemac_intr(void *);
 
-int cemac_match_common(device_t, cfdata_t, void *);
 void cemac_attach_common(device_t, bus_space_tag_t, bus_space_handle_t,
     bus_dma_tag_t, int);
 

Reply via email to