apply some static.

This commit is contained in:
mrg 2011-07-16 20:25:28 +00:00
parent f3fc71ee2e
commit 25439b2d3c

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.71 2009/09/26 16:07:51 tsutsui Exp $ */
/* $NetBSD: fd.c,v 1.72 2011/07/16 20:25:28 mrg Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.71 2009/09/26 16:07:51 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.72 2011/07/16 20:25:28 mrg Exp $");
#include "opt_ddb.h"
@ -625,7 +625,7 @@ fd_shutdown(device_t self, int howto)
return true;
}
inline struct fd_type *
static inline struct fd_type *
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
{
int type = FDTYPE(dev);