From: Kumar Gala Date: Mon, 11 Dec 2006 05:26:16 +0000 (-0600) Subject: [PPC] Fix compile failure do to introduction of PHY_POLL X-Git-Tag: v2.6.20-rc1~146^2~14^2~1^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d10f73480b991da2aa1c000ed38eda3e4a987292;p=linux-2.6-omap-h63xx.git [PPC] Fix compile failure do to introduction of PHY_POLL PHY_POLL is defined in include it in so board code will have it defined. Signed-off-by: Kumar Gala --- diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 3da29e2d524..abb64c437f6 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -19,6 +19,7 @@ #define _FSL_DEVICE_H_ #include +#include /* * Some conventions on how we handle peripherals on Freescale chips