[RFC 1/4] [flexcan] Remove #include <mach/clock.h>
Robin Holt
holt at sgi.com
Tue Aug 9 15:55:10 EST 2011
powerpc does not have a mach-####/clock.h. When testing, I found neither
arm nor powerpc needed the mach/clock.h at all so I removed it.
Signed-off-by: Robin Holt <holt at sgi.com>
To: Marc Kleine-Budde <mkl at pengutronix.de>
To: Wolfgang Grandegger <wg at grandegger.com>
To: U Bhaskar-B22300 <B22300 at freescale.com>
Cc: socketcan-core at lists.berlios.de
Cc: netdev at vger.kernel.org
Cc: PPC list <linuxppc-dev at lists.ozlabs.org>
---
drivers/net/can/flexcan.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c
index 1767811..586b2cd 100644
--- a/drivers/net/can/flexcan.c
+++ b/drivers/net/can/flexcan.c
@@ -35,8 +35,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
-#include <mach/clock.h>
-
#define DRV_NAME "flexcan"
/* 8 for RX fifo and 2 error handling */
--
1.7.2.1
More information about the Linuxppc-dev
mailing list