From: mkl@pengutronix.de (Marc Kleine-Budde)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: imx: flexcan: Remove platform file
Date: Thu, 27 Jun 2013 09:22:11 +0200 [thread overview]
Message-ID: <1372317731-24966-4-git-send-email-mkl@pengutronix.de> (raw)
In-Reply-To: <1372317731-24966-1-git-send-email-mkl@pengutronix.de>
From: Fabio Estevam <fabio.estevam@freescale.com>
As there are no more users of the flexcan platform file, let's remove it.
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
include/linux/can/platform/flexcan.h | 20 --------------------
1 file changed, 20 deletions(-)
delete mode 100644 include/linux/can/platform/flexcan.h
diff --git a/include/linux/can/platform/flexcan.h b/include/linux/can/platform/flexcan.h
deleted file mode 100644
index 72b713a..0000000
--- 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 */
--
1.8.3.1
next prev parent reply other threads:[~2013-06-27 7:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 7:22 [PATCH 0/3] ARM: imx: flexcan: convert transceiver switching to DT Marc Kleine-Budde
2013-06-27 7:22 ` [PATCH 1/3] ARM: imx: prepare for removal of flexcan_platform_data Marc Kleine-Budde
2013-06-27 8:41 ` Sascha Hauer
2013-06-27 7:22 ` [PATCH 2/3] can: flexcan: Use a regulator to control the CAN transceiver Marc Kleine-Budde
2013-06-27 7:22 ` Marc Kleine-Budde [this message]
2013-06-27 13:11 ` [PATCH 0/3] ARM: imx: flexcan: convert transceiver switching to DT Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372317731-24966-4-git-send-email-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).