misc: rtsx: Remove unused pcr_ops
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 21 May 2020 18:05:40 +0000 (13:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2020 07:38:12 +0000 (09:38 +0200)
commit8786eda9a97763c768e2e81cfd7b4f420281b6e1
tree28c8a35c965bf79c1d2552917ee7fab9324629cc
parente18d4e9fa79bb27de6447c0c172bb1c428a52bb2
misc: rtsx: Remove unused pcr_ops

Remove the following unused function pointers from struct pcr_ops:

  int (*set_ltr_latency)(struct rtsx_pcr *pcr, u32 latency);
  int (*set_l1off_sub)(struct rtsx_pcr *pcr, u8 val);
  void (*full_on)(struct rtsx_pcr *pcr);
  void (*power_saving)(struct rtsx_pcr *pcr);

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20200521180545.1159896-2-helgaas@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cardreader/rtsx_pcr.c
include/linux/rtsx_pci.h