Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2556cd86 authored by David S. Miller's avatar David S. Miller
Browse files

mdio.h: Include linux/types.h



Fixes:

/home/davem/src/GIT/net-next/usr/include/linux/mdio.h:271: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8f9c208f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#ifndef __LINUX_MDIO_H__
#define __LINUX_MDIO_H__

#include <linux/types.h>
#include <linux/mii.h>

/* MDIO Manageable Devices (MMDs). */