From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/fsl_mc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/arch/x86_64/linux/fsl_mc.h') diff --git a/include/arch/x86_64/linux/fsl_mc.h b/include/arch/x86_64/linux/fsl_mc.h index 043bc0f0..0bbeee3e 100644 --- a/include/arch/x86_64/linux/fsl_mc.h +++ b/include/arch/x86_64/linux/fsl_mc.h @@ -27,8 +27,6 @@ struct fsl_mc_command { #define FSL_MC_SEND_CMD_IOCTL_TYPE 'R' #define FSL_MC_SEND_CMD_IOCTL_SEQ 0xE0 -#define FSL_MC_SEND_MC_COMMAND \ - _IOWR(FSL_MC_SEND_CMD_IOCTL_TYPE, FSL_MC_SEND_CMD_IOCTL_SEQ, \ - struct fsl_mc_command) +#define FSL_MC_SEND_MC_COMMAND _IOWR(FSL_MC_SEND_CMD_IOCTL_TYPE, FSL_MC_SEND_CMD_IOCTL_SEQ, struct fsl_mc_command) #endif /* _FSL_MC_H_ */ -- cgit v1.2.3