These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / linux / platform_data / lp855x.h
index 9c7fd1e..1b2ba24 100644 (file)
@@ -136,7 +136,6 @@ struct lp855x_rom_data {
                Only valid when mode is PWM_BASED.
  * @size_program : total size of lp855x_rom_data
  * @rom_data : list of new eeprom/eprom registers
- * @supply : regulator that supplies 3V input
  */
 struct lp855x_platform_data {
        const char *name;
@@ -145,7 +144,6 @@ struct lp855x_platform_data {
        unsigned int period_ns;
        int size_program;
        struct lp855x_rom_data *rom_data;
-       struct regulator *supply;
 };
 
 #endif