aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/rmi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/rmi.h b/include/linux/rmi.h
index 621f098f1243..7780e40a2573 100644
--- a/include/linux/rmi.h
+++ b/include/linux/rmi.h
@@ -218,9 +218,9 @@ struct rmi_device_platform_data {
218 struct rmi_device_platform_data_spi spi_data; 218 struct rmi_device_platform_data_spi spi_data;
219 219
220 /* function handler pdata */ 220 /* function handler pdata */
221 struct rmi_2d_sensor_platform_data *sensor_pdata; 221 struct rmi_2d_sensor_platform_data sensor_pdata;
222 struct rmi_f01_power_management power_management; 222 struct rmi_f01_power_management power_management;
223 struct rmi_f30_data *f30_data; 223 struct rmi_f30_data f30_data;
224}; 224};
225 225
226/** 226/**