diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/rtsx_pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/rtsx_pci.h b/include/linux/mfd/rtsx_pci.h index 9a16276bc080..dd0bd5806adc 100644 --- a/include/linux/mfd/rtsx_pci.h +++ b/include/linux/mfd/rtsx_pci.h | |||
| @@ -779,7 +779,7 @@ struct pcr_ops { | |||
| 779 | unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); | 779 | unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); |
| 780 | int (*conv_clk_and_div_n)(int clk, int dir); | 780 | int (*conv_clk_and_div_n)(int clk, int dir); |
| 781 | void (*fetch_vendor_settings)(struct rtsx_pcr *pcr); | 781 | void (*fetch_vendor_settings)(struct rtsx_pcr *pcr); |
| 782 | void (*force_power_down)(struct rtsx_pcr *pcr); | 782 | void (*force_power_down)(struct rtsx_pcr *pcr, u8 pm_state); |
| 783 | }; | 783 | }; |
| 784 | 784 | ||
| 785 | enum PDEV_STAT {PDEV_STAT_IDLE, PDEV_STAT_RUN}; | 785 | enum PDEV_STAT {PDEV_STAT_IDLE, PDEV_STAT_RUN}; |
