r8169: consider that 32 Bit DMA is the default
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 27 Jun 2019 21:12:39 +0000 (23:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Jun 2019 19:29:39 +0000 (12:29 -0700)
commit3c18cbe33711d7f46aa3787c79ff809011f54b40
treef34176a178b697bb83d0ab52169ac8c03fa001cb
parent759d095741721888b6ee51afa74e0a66ce65e974
r8169: consider that 32 Bit DMA is the default

Documentation/DMA-API-HOWTO.txt states:
By default, the kernel assumes that your device can address 32-bits of
DMA addressing. For a 64-bit capable device, this needs to be increased,
and for a device with limitations, it needs to be decreased.

Therefore we don't need the 32 Bit DMA fallback configuration and can
remove it.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c