Skip to content
Commit 7c2aa8d1 authored by Greg Ungerer's avatar Greg Ungerer Committed by Greg Ungerer
Browse files

m68k: coldfire: make mcf_maskimr() static



When building with W=1:

      CC      arch/m68k/coldfire/intc.o
    arch/m68k/coldfire/intc.c:83:6: warning: no previous prototype for ‘mcf_maskimr’ [-Wmissing-prototypes]
     void mcf_maskimr(unsigned int mask)
          ^~~~~~~~~~~

The mcf_maskimr() function is only used within this file, make it static
to reduce name space pollution and fix warning.

Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent 863dafa7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment