net: ipa: kill IPA_MEM_UC_OFFSET
authorAlex Elder <elder@linaro.org>
Tue, 30 Jun 2020 12:58:46 +0000 (07:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Jul 2020 22:29:07 +0000 (15:29 -0700)
commit722208ea3e2a19f927cd507366547b2546444697
tree2435da361c509b2b3c706fd7aa60055d38d88d11
parent8463488af4bebd87cc70270c413b4679cec6e378
net: ipa: kill IPA_MEM_UC_OFFSET

The microcontroller shared memory area is at the beginning of the
IPA resident memory.  IPA_MEM_UC_OFFSET was defined as the offset
within that region where it's found, but it's 0, and it's never
actually used.  Just get rid of the definition, and move some of the
description it had to be above the definition of the ipa_uc_mem_area
structure.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_uc.c