瀏覽代碼

[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>
Kumar Gala 18 年之前
父節點
當前提交
d10f73480b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/fsl_devices.h

+ 1 - 0
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