sfxge(4): cleanup: remove unneeded include files

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
This commit is contained in:
Andrew Rybchenko 2016-05-10 07:59:23 +00:00
parent 25fac4a635
commit dcb49ebade
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299344
2 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -33,12 +33,10 @@ __FBSDID("$FreeBSD$");
#include "efx.h"
#include "efx_impl.h"
#include "mcdi_mon.h"
#if EFSYS_OPT_MEDFORD
#include "ef10_tlv_layout.h"
static __checkReturn efx_rc_t
efx_mcdi_get_rxdp_config(
__in efx_nic_t *enp,