From d6014cf055858825eae0a1f073b05ace6544b7ed Mon Sep 17 00:00:00 2001 From: dyoung Date: Thu, 15 Jul 2004 07:25:06 +0000 Subject: [PATCH] Make atw_read_srom static. --- sys/dev/ic/atw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c index 9cbe599e3cfb..8f389ad7eee1 100644 --- a/sys/dev/ic/atw.c +++ b/sys/dev/ic/atw.c @@ -1,4 +1,4 @@ -/* $NetBSD: atw.c,v 1.61 2004/07/15 07:22:13 dyoung Exp $ */ +/* $NetBSD: atw.c,v 1.62 2004/07/15 07:25:06 dyoung Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.61 2004/07/15 07:22:13 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.62 2004/07/15 07:25:06 dyoung Exp $"); #include "bpfilter.h" @@ -357,7 +357,7 @@ atw_disable(struct atw_softc *sc) } /* Returns -1 on failure. */ -int +static int atw_read_srom(struct atw_softc *sc) { struct seeprom_descriptor sd;