mlx4: remove no longer needed header

Remove linux/inetdevice.h as neither of the two inline functions there
are used here.

Sposored by:	The FreeBSD Foundation
Reviewed by:	hselasky
Differential Revision:	https://reviews.freebsd.org/D29428

(cherry picked from commit 5a461a86cf)
This commit is contained in:
Bjoern A. Zeeb 2021-03-26 15:28:24 +00:00
parent 0bb237770e
commit 6040536c43

View file

@ -38,7 +38,6 @@
#include <linux/errno.h>
#include <linux/etherdevice.h>
#include <linux/netdevice.h>
#include <linux/inetdevice.h>
#include <linux/if_vlan.h>
#include <linux/fs.h>
#include <linux/rcupdate.h>