ltq-adsl-mei: fix 'inline' declaration warning
authorShiji Yang <[email protected]>
Sat, 10 May 2025 09:19:19 +0000 (17:19 +0800)
committerRobert Marko <[email protected]>
Tue, 13 May 2025 20:02:20 +0000 (22:02 +0200)
commit335a88df64694dd297a49a89fd38ac8d45c48079
treee441186c738923ec220ad6d56724dc13db65ed16
parentfb4aa6248f4264b75997ecae5b6d7feb3f8c0fab
ltq-adsl-mei: fix 'inline' declaration warning

Adjust the 'inline' declaration order to fix the build warning:

/home/db/owrt/build_dir/target-mips_24kc_musl/linux-lantiq_xway/ltq-adsl-mei-danube/ltq-adsl-mei/drv_mei_cpe.c:188:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
  188 | static void inline MEI_MASK_AND_ACK_IRQ(int x)
      | ^~~~~~

Signed-off-by: Shiji Yang <[email protected]>
fix inline declaration warning

Signed-off-by: Shiji Yang <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18744
Signed-off-by: Robert Marko <[email protected]>
package/kernel/lantiq/ltq-adsl-mei/src/drv_mei_cpe.c