[PPC] Fix compile failure do to introduction of PHY_POLL
authorKumar Gala <galak@kernel.crashing.org>
Mon, 11 Dec 2006 05:26:16 +0000 (23:26 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 11 Dec 2006 05:26:16 +0000 (23:26 -0600)
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>
include/linux/fsl_devices.h

index 3da29e2d524a57a8bc5fe80cc9942da561c1f32b..abb64c437f6fd92b447deb18768549d7cbb45ddc 100644 (file)
@@ -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