Module Name:    src
Committed By:   uwe
Date:           Sun Aug 25 11:29:38 UTC 2024

Modified Files:
        src/sys/dev: mm.c

Log Message:
mm.c: g/c duplicate mm_ioctl declaration


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/mm.c

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/mm.c
diff -u src/sys/dev/mm.c:1.24 src/sys/dev/mm.c:1.25
--- src/sys/dev/mm.c:1.24	Tue Feb  5 11:33:13 2019
+++ src/sys/dev/mm.c	Sun Aug 25 11:29:38 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: mm.c,v 1.24 2019/02/05 11:33:13 mrg Exp $	*/
+/*	$NetBSD: mm.c,v 1.25 2024/08/25 11:29:38 uwe Exp $	*/
 
 /*-
  * Copyright (c) 2002, 2008, 2010 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mm.c,v 1.24 2019/02/05 11:33:13 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mm.c,v 1.25 2024/08/25 11:29:38 uwe Exp $");
 
 #include "opt_compat_netbsd.h"
 
@@ -55,7 +55,6 @@ static vaddr_t		dev_mem_addr	__read_most
 
 static dev_type_open(mm_open);
 static dev_type_read(mm_readwrite);
-static dev_type_ioctl(mm_ioctl);
 static dev_type_mmap(mm_mmap);
 static dev_type_ioctl(mm_ioctl);
 

Reply via email to