diff options
author | Scott Wood <scottwood@freescale.com> | 2007-10-01 15:20:49 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:01 -0400 |
commit | b7336d3d886aaab6971773864c477210ef9b995a (patch) | |
tree | 863288ba8bab1c4f3d35b2328bdeecd6b0c6bdd7 /include/linux | |
parent | 0fb300fa9d54118c6dce772a29362d896775eff2 (diff) |
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>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fs_enet_pd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs_enet_pd.h b/include/linux/fs_enet_pd.h index 543cd3cd9e77..815c6f94378b 100644 --- a/include/linux/fs_enet_pd.h +++ b/include/linux/fs_enet_pd.h | |||
@@ -16,6 +16,7 @@ | |||
16 | #ifndef FS_ENET_PD_H | 16 | #ifndef FS_ENET_PD_H |
17 | #define FS_ENET_PD_H | 17 | #define FS_ENET_PD_H |
18 | 18 | ||
19 | #include <linux/string.h> | ||
19 | #include <asm/types.h> | 20 | #include <asm/types.h> |
20 | 21 | ||
21 | #define FS_ENET_NAME "fs_enet" | 22 | #define FS_ENET_NAME "fs_enet" |