2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 02:34:01 +08:00

fs_enet: Include linux/string.h from linux/fs_enet_pd.h

It is needed for strstr().

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Scott Wood 2007-10-01 14:20:49 -05:00 committed by David S. Miller
parent 0fb300fa9d
commit b7336d3d88

View File

@ -16,6 +16,7 @@
#ifndef FS_ENET_PD_H #ifndef FS_ENET_PD_H
#define FS_ENET_PD_H #define FS_ENET_PD_H
#include <linux/string.h>
#include <asm/types.h> #include <asm/types.h>
#define FS_ENET_NAME "fs_enet" #define FS_ENET_NAME "fs_enet"