Author: arybchik Date: Tue May 10 07:59:23 2016 New Revision: 299344 URL: https://svnweb.freebsd.org/changeset/base/299344
Log: sfxge(4): cleanup: remove unneeded include files Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Modified: head/sys/dev/sfxge/common/efx_impl.h head/sys/dev/sfxge/common/medford_nic.c Modified: head/sys/dev/sfxge/common/efx_impl.h ============================================================================== --- head/sys/dev/sfxge/common/efx_impl.h Tue May 10 07:52:17 2016 (r299343) +++ head/sys/dev/sfxge/common/efx_impl.h Tue May 10 07:59:23 2016 (r299344) @@ -33,8 +33,6 @@ #ifndef _SYS_EFX_IMPL_H #define _SYS_EFX_IMPL_H -#include "efsys.h" -#include "efx_check.h" #include "efx.h" #include "efx_regs.h" #include "efx_regs_ef10.h" Modified: head/sys/dev/sfxge/common/medford_nic.c ============================================================================== --- head/sys/dev/sfxge/common/medford_nic.c Tue May 10 07:52:17 2016 (r299343) +++ head/sys/dev/sfxge/common/medford_nic.c Tue May 10 07:59:23 2016 (r299344) @@ -33,11 +33,9 @@ __FBSDID("$FreeBSD$"); #include "efx.h" #include "efx_impl.h" -#include "mcdi_mon.h" -#if EFSYS_OPT_MEDFORD -#include "ef10_tlv_layout.h" +#if EFSYS_OPT_MEDFORD static __checkReturn efx_rc_t efx_mcdi_get_rxdp_config( _______________________________________________ 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"