Re: [PATCH 2/3] sh/mm: Drop unused MAX_PHYSADDR_BITS

2020-07-24 Thread David Hildenbrand
On 24.07.20 01:15, Arvind Sankar wrote: > The macro is not used anywhere, so remove the definition. > > Signed-off-by: Arvind Sankar > --- > arch/sh/include/asm/sparsemem.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/arch/sh/include/asm/sparsemem.h

[PATCH 2/3] sh/mm: Drop unused MAX_PHYSADDR_BITS

2020-07-23 Thread Arvind Sankar
The macro is not used anywhere, so remove the definition. Signed-off-by: Arvind Sankar --- arch/sh/include/asm/sparsemem.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/sh/include/asm/sparsemem.h b/arch/sh/include/asm/sparsemem.h index 4eb899751e45..084706bb8cca