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 <[email protected]> To: Marc Kleine-Budde <[email protected]> To: Wolfgang Grandegger <[email protected]> To: U Bhaskar-B22300 <[email protected]> Cc: [email protected] Cc: [email protected] Cc: PPC list <[email protected]> --- 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 _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
