Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a8bc923 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Shut up CONFIG_32BIT=n compiler warnings.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 20b5014b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ static inline unsigned long phys_addr_mask(void)

	return PHYS_ADDR_MASK32;
}
#elif CONFIG_32BIT
#elif defined(CONFIG_32BIT)
static inline unsigned long phys_addr_mask(void)
{
	return PHYS_ADDR_MASK32;