aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/can
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-06-10 23:12:58 -0300
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-06-27 15:15:32 +0200
commitbaffd2e8d9a562021f046ed52195aaac91a51412 (patch)
treea74449a35d49054cbd4ecd3a6d107a07bd7ac691 /include/linux/can
parentcan: flexcan: Use a regulator to control the CAN transceiver (diff)
downloadlinux-dev-baffd2e8d9a562021f046ed52195aaac91a51412.tar.xz
linux-dev-baffd2e8d9a562021f046ed52195aaac91a51412.zip
ARM: imx: flexcan: Remove platform file
As there are no more users of the flexcan platform file, let's remove it. Cc: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'include/linux/can')
-rw-r--r--include/linux/can/platform/flexcan.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/can/platform/flexcan.h b/include/linux/can/platform/flexcan.h
deleted file mode 100644
index 72b713ab57e9..000000000000
--- a/include/linux/can/platform/flexcan.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (C) 2010 Marc Kleine-Budde <kernel@pengutronix.de>
- *
- * This file is released under the GPLv2
- *
- */
-
-#ifndef __CAN_PLATFORM_FLEXCAN_H
-#define __CAN_PLATFORM_FLEXCAN_H
-
-/**
- * struct flexcan_platform_data - flex CAN controller platform data
- * @transceiver_enable: - called to power on/off the transceiver
- *
- */
-struct flexcan_platform_data {
- void (*transceiver_switch)(int enable);
-};
-
-#endif /* __CAN_PLATFORM_FLEXCAN_H */