]> Git Repo - linux.git/commitdiff
flexcan: Remove #include <mach/clock.h>
author[email protected] <[email protected]>
Tue, 16 Aug 2011 17:32:19 +0000 (17:32 +0000)
committerDavid S. Miller <[email protected]>
Thu, 18 Aug 2011 03:36:38 +0000 (20:36 -0700)
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]>
Acked-by: Marc Kleine-Budde <[email protected]>
Acked-by: Wolfgang Grandegger <[email protected]>
Cc: U Bhaskar-B22300 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: PPC list <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/can/flexcan.c

index 17678117ed69dba42d02339ec76b962bf25f1695..586b2cdcee90431204497143d8d57deecd5cdf4e 100644 (file)
@@ -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 */
This page took 0.050365 seconds and 4 git commands to generate.