You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Marc Kleine-Budde
parent
b7c4114b07
commit
baffd2e8d9
@@ -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 */
|
|
||||||
Reference in New Issue
Block a user