aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/max310x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/max310x.h b/include/linux/platform_data/max310x.h
index 57a0cd46b847..1140a57e735f 100644
--- a/include/linux/platform_data/max310x.h
+++ b/include/linux/platform_data/max310x.h
@@ -21,7 +21,6 @@
21 * 21 *
22 * static struct max310x_pdata max3107_pdata = { 22 * static struct max310x_pdata max3107_pdata = {
23 * .uart_flags[0] = MAX310X_ECHO_SUPRESS | MAX310X_AUTO_DIR_CTRL, 23 * .uart_flags[0] = MAX310X_ECHO_SUPRESS | MAX310X_AUTO_DIR_CTRL,
24 * .gpio_base = -1,
25 * }; 24 * };
26 * 25 *
27 * static struct spi_board_info spi_device_max3107[] = { 26 * static struct spi_board_info spi_device_max3107[] = {
@@ -45,8 +44,6 @@ struct max310x_pdata {
45#define MAX310X_AUTO_DIR_CTRL (0x00000004) /* Enable Auto direction 44#define MAX310X_AUTO_DIR_CTRL (0x00000004) /* Enable Auto direction
46 * control (RS-485) 45 * control (RS-485)
47 */ 46 */
48 /* GPIO base number (can be negative) */
49 const int gpio_base;
50}; 47};
51 48
52#endif 49#endif