Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/ic/spdmem.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/ic/spdmem.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- src/sys/dev/ic/spdmem.c 2014/02/25 18:30:09 1.9 +++ src/sys/dev/ic/spdmem.c 2014/04/14 14:30:24 1.10 @@ -1,4 +1,4 @@ -/* $NetBSD: spdmem.c,v 1.9 2014/02/25 18:30:09 pooka Exp $ */ +/* $NetBSD: spdmem.c,v 1.10 2014/04/14 14:30:24 pooka Exp $ */ /* * Copyright (c) 2007 Nicolas Joly @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: spdmem.c,v 1.9 2014/02/25 18:30:09 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: spdmem.c,v 1.10 2014/04/14 14:30:24 pooka Exp $"); #include #include @@ -47,8 +47,6 @@ __KERNEL_RCSID(0, "$NetBSD: spdmem.c,v 1 #include #include -SYSCTL_SETUP_PROTO(sysctl_spdmem_setup); - /* Routines for decoding spd data */ static void decode_edofpm(const struct sysctlnode *, device_t, struct spdmem *); static void decode_rom(const struct sysctlnode *, device_t, struct spdmem *);