mmc: rtsx: Fix build errors/warnings for unused variable
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 1 Mar 2022 11:53:00 +0000 (12:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Mar 2022 21:25:58 +0000 (22:25 +0100)
commit3dd9a926ec2308e49445f22abef149fc64e9332e
tree1f0514972e75874f0aefbaf591638a1743aeb0cc
parent540e6a8114d012d09cf6d49ba5ea0b942a3988eb
mmc: rtsx: Fix build errors/warnings for unused variable

The struct device *dev, is no longer needed at various functions, let's
therefore drop it to fix the build errors/warnings.

Fixes: 7570fb41e450 ("mmc: rtsx: Let MMC core handle runtime PM")
Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20220301115300.64332-1-ulf.hansson@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/rtsx_pci_sdmmc.c