[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <11902158442710-git-send-email-timur@freescale.com>
Date: Wed, 19 Sep 2007 10:30:44 -0500
From: Timur Tabi <timur@...escale.com>
To: netdev@...r.kernel.org
Cc: Timur Tabi <timur@...escale.com>
Subject: [PATCH] ucc_geth: remove unnecessary asm/ocp.h include from ucc_geth_mii.c
ucc_geth_mii.c includes <asm/ocp.h>, but it never needed it. With commit
2f6c9d961081dc7b109eb19166244bcb2a5dfc28, the asm-powerpc => asm-ppc link
is removed, and so ucc_geth_mii.c can no longer include include/asm-ppc/ocp.h,
so the compile fails. This patch removes the #include line.
Signed-off-by: Timur Tabi <timur@...escale.com>
---
This patch is for the net-2.6.24 branch of the netdev-2.6.git repository.
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>
--
1.5.2.4
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists