summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/misc/amd-apml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/misc/amd-apml.h')
-rw-r--r--include/arch/x86_64/misc/amd-apml.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/arch/x86_64/misc/amd-apml.h b/include/arch/x86_64/misc/amd-apml.h
index 76c4d48e..8e2354b8 100644
--- a/include/arch/x86_64/misc/amd-apml.h
+++ b/include/arch/x86_64/misc/amd-apml.h
@@ -131,8 +131,7 @@ struct apml_reg_xfer_msg {
* - returning "-EFAULT" if none of the above
* "-EPROTOTYPE" error is returned to provide additional error details
*/
-#define SBRMI_IOCTL_MCAMSR_CMD \
- _IOWR(SB_BASE_IOCTL_NR, 2, struct apml_mcamsr_msg)
+#define SBRMI_IOCTL_MCAMSR_CMD _IOWR(SB_BASE_IOCTL_NR, 2, struct apml_mcamsr_msg)
/**
* DOC: SBRMI_IOCTL_REG_XFER_CMD
@@ -148,7 +147,6 @@ struct apml_reg_xfer_msg {
* The IOCTL provides userspace access to AMD sideband register xfer protocol
* - Register xfer protocol to get/set hardware register for given offset
*/
-#define SBRMI_IOCTL_REG_XFER_CMD \
- _IOWR(SB_BASE_IOCTL_NR, 3, struct apml_reg_xfer_msg)
+#define SBRMI_IOCTL_REG_XFER_CMD _IOWR(SB_BASE_IOCTL_NR, 3, struct apml_reg_xfer_msg)
#endif /*_AMD_APML_H_*/