]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / staging / ste_rmi4 / synaptics_i2c_rmi4.h
index 3686a2ff5964fdbd616dadf5fecce2d5b59f7464..384436ef806882c5c7ff8bbe1bbbc4052ae06388 100644 (file)
@@ -34,7 +34,6 @@
  * @irq_type: irq type
  * @x flip: x flip flag
  * @y flip: y flip flag
- * @regulator_en: regulator enable flag
  *
  * This structure gives platform data for rmi4.
  */
@@ -43,7 +42,6 @@ struct synaptics_rmi4_platform_data {
        int irq_type;
        bool x_flip;
        bool y_flip;
-       bool regulator_en;
 };
 
 #endif