forked from Minki/linux
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: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8f9c208fc4
commit
2556cd8603
@ -10,6 +10,7 @@
|
|||||||
#ifndef __LINUX_MDIO_H__
|
#ifndef __LINUX_MDIO_H__
|
||||||
#define __LINUX_MDIO_H__
|
#define __LINUX_MDIO_H__
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
#include <linux/mii.h>
|
#include <linux/mii.h>
|
||||||
|
|
||||||
/* MDIO Manageable Devices (MMDs). */
|
/* MDIO Manageable Devices (MMDs). */
|
||||||
|
Loading…
Reference in New Issue
Block a user