Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d10f73480b991da2aa1c000ed38eda3e4a987292
Commit:     d10f73480b991da2aa1c000ed38eda3e4a987292
Parent:     c86c676cca5be7366570ecf3d2e4f8e28cf2b920
Author:     Kumar Gala <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 10 23:26:16 2006 -0600
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Sun Dec 10 23:26:16 2006 -0600

    [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 <[EMAIL PROTECTED]>
---
 include/linux/fsl_devices.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 <linux/types.h>
+#include <linux/phy.h>
 
 /*
  * Some conventions on how we handle peripherals on Freescale chips
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to