Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d10f7348 authored by Kumar Gala's avatar Kumar Gala
Browse files

[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: default avatarKumar Gala <galak@kernel.crashing.org>
parent c86c676c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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