staging: mt7621-pci: remove 'RALINK_PCI_IMBASEBAR0_ADDR' register
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 23 Nov 2020 09:36:37 +0000 (10:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Nov 2020 08:12:18 +0000 (09:12 +0100)
commit1de16e38f1fdbfd9d842a06919098813ed93abf7
tree02363bd63d1bfd504c09923d7e483438d27a2082
parent108b2f2a9724548ffa64274731034d9723665c71
staging: mt7621-pci: remove 'RALINK_PCI_IMBASEBAR0_ADDR' register

Register 'RALINK_PCI_IMBASEBAR0_ADDR' contains internal memory
base address for BAR0. We don't really need to write anything
there at all since its initial value contains always a desired
valid value. Hence remove register definition and related code.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20201123093637.8300-8-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c