mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
sh: Shut up CONFIG_32BIT=n compiler warnings.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
20b5014b3e
commit
2a8bc92345
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue