aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsl_devices.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-12-10 23:26:16 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-12-10 23:26:16 -0600
commitd10f73480b991da2aa1c000ed38eda3e4a987292 (patch)
tree533544bd3201b513c54f17652b91d169d4b4580a /include/linux/fsl_devices.h
parentMerge branch '85xx' into for_paulus (diff)
downloadlinux-dev-d10f73480b991da2aa1c000ed38eda3e4a987292.tar.xz
linux-dev-d10f73480b991da2aa1c000ed38eda3e4a987292.zip
[PPC] Fix compile failure do to introduction of PHY_POLL
PHY_POLL is defined in <linux/phy.h> include it in <linux/fsl_devices.h> so board code will have it defined. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r--include/linux/fsl_devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 3da29e2d524a..abb64c437f6f 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -19,6 +19,7 @@
#define _FSL_DEVICE_H_
#include <linux/types.h>
+#include <linux/phy.h>
/*
* Some conventions on how we handle peripherals on Freescale chips