preproc: expand_mmac_param_range() should be static
commitc0d0f8826110491654f1aebf4465c9f41e914659
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Wed, 1 Jul 2020 00:33:39 +0000 (30 17:33 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Wed, 1 Jul 2020 00:33:39 +0000 (30 17:33 -0700)
treea0ff2a6ad0a5dae120a0f8455ce9ca4028b4b0c9
parent8877a3ddb08e5cb7cd60704380ccccb5bb5c36b2
preproc: expand_mmac_param_range() should be static

expand_mmac_params_range() lost its "static" in checkin
e99a946390e561804bf624a1e67f25ae34b13dfd. Put it back.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
asm/preproc.c