Skip to content

Commit

Permalink
[PPC] Fix compile failure do to introduction of PHY_POLL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala committed Dec 11, 2006
1 parent c86c676 commit d10f734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/fsl_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d10f734

Please sign in to comment.