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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d10f73480b991da2aa1c000ed38eda3e4a987292;p=linux-beck.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 3da29e2d524a..abb64c437f6f 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