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: v3.12-rc1~32283^2~15^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d10f73480b991da2aa1c000ed38eda3e4a987292;p=kernel%2Fkernel-generic.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 3da29e2..abb64c4 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