aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-08-19 15:39:20 +0400
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-08-21 09:28:29 +0200
commitae5d589e5f9f3217656ada632869968178886ac6 (patch)
tree4d8aa831b99acb79b7c7d139a4235b4cf8af528e /include/linux
parentcan: mcp251x: Replace power callbacks with regulator API (diff)
downloadlinux-dev-ae5d589e5f9f3217656ada632869968178886ac6.tar.xz
linux-dev-ae5d589e5f9f3217656ada632869968178886ac6.zip
can: mcp251x: Eliminate irq_flags from driver platform_data
Flags is not used by boards, so remove this field from the driver platform_data. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/can/platform/mcp251x.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/can/platform/mcp251x.h b/include/linux/can/platform/mcp251x.h
index 8a2725676d8b..dc029dba7a03 100644
--- a/include/linux/can/platform/mcp251x.h
+++ b/include/linux/can/platform/mcp251x.h
@@ -12,12 +12,10 @@
/*
* struct mcp251x_platform_data - MCP251X SPI CAN controller platform data
* @oscillator_frequency: - oscillator frequency in Hz
- * @irq_flags: - IRQF configuration flags
*/
struct mcp251x_platform_data {
unsigned long oscillator_frequency;
- unsigned long irq_flags;
};
#endif /* __CAN_PLATFORM_MCP251X_H__ */