Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=89a300e85b646dd08343264f025f4f412d552bfd
Commit:     89a300e85b646dd08343264f025f4f412d552bfd
Parent:     75cdff9242c4e048cb830d359920719d29b9ee7c
Author:     Kumar Gala <[EMAIL PROTECTED]>
AuthorDate: Wed Aug 22 21:49:01 2007 -0500
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Thu Sep 13 15:43:46 2007 -0500

    ucc_geth: kill unused include
    
    The ucc_geth_mii code is based on the gianfar_mii code that use to include
    ocp.h.  ucc never need this and it causes issues when we want to kill
    arch/ppc includes from arch/powerpc.
    
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 drivers/net/ucc_geth_mii.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ucc_geth_mii.c b/drivers/net/ucc_geth_mii.c
index 6c257b8..df884f0 100644
--- a/drivers/net/ucc_geth_mii.c
+++ b/drivers/net/ucc_geth_mii.c
@@ -32,7 +32,6 @@
 #include <linux/mm.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
-#include <asm/ocp.h>
 #include <linux/crc32.h>
 #include <linux/mii.h>
 #include <linux/phy.h>
-
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