Author: arybchik
Date: Wed Dec 28 11:28:16 2016
New Revision: 310695
URL: https://svnweb.freebsd.org/changeset/base/310695

Log:
  sfxge(4): fix defined-but-not-used warning if neither VPD nor NVRAM opt 
enabled
  
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      2 days

Modified:
  head/sys/dev/sfxge/common/siena_nic.c

Modified: head/sys/dev/sfxge/common/siena_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/siena_nic.c       Wed Dec 28 11:25:17 2016        
(r310694)
+++ head/sys/dev/sfxge/common/siena_nic.c       Wed Dec 28 11:28:16 2016        
(r310695)
@@ -37,6 +37,8 @@ __FBSDID("$FreeBSD$");
 
 #if EFSYS_OPT_SIENA
 
+#if EFSYS_OPT_VPD || EFSYS_OPT_NVRAM
+
 static __checkReturn           efx_rc_t
 siena_nic_get_partn_mask(
        __in                    efx_nic_t *enp,
@@ -78,6 +80,8 @@ fail1:
        return (rc);
 }
 
+#endif /* EFSYS_OPT_VPD || EFSYS_OPT_NVRAM */
+
 static __checkReturn   efx_rc_t
 siena_board_cfg(
        __in            efx_nic_t *enp)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to