diff options
Diffstat (limited to 'sys/dev/ic/mfivar.h')
-rw-r--r-- | sys/dev/ic/mfivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfivar.h b/sys/dev/ic/mfivar.h index 5cc73039f57..53cfe33f3c1 100644 --- a/sys/dev/ic/mfivar.h +++ b/sys/dev/ic/mfivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mfivar.h,v 1.50 2012/08/17 11:31:34 dlg Exp $ */ +/* $OpenBSD: mfivar.h,v 1.51 2013/04/30 07:19:23 dlg Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -16,7 +16,7 @@ */ struct mfi_softc; -#define DEVNAME(_s) ((_s)->sc_dev.dv_xname) +#define DEVNAME(_s) ((_s)->sc_dev.dv_xname) /* #define MFI_DEBUG */ #ifdef MFI_DEBUG |