Skip to content

Commit

Permalink
flexcan: Remove #include <mach/clock.h>
Browse files Browse the repository at this point in the history
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@sgi.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Cc: U Bhaskar-B22300 <B22300@freescale.com>
Cc: socketcan-core@lists.berlios.de
Cc: netdev@vger.kernel.org
Cc: PPC list <linuxppc-dev@lists.ozlabs.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
holt@sgi.com authored and David S. Miller committed Aug 18, 2011
1 parent b81693d commit 12732c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/can/flexcan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 12732c3

Please sign in to comment.