diff options
Diffstat (limited to 'include/arch/x86_64/linux/loadpin.h')
| -rw-r--r-- | include/arch/x86_64/linux/loadpin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/arch/x86_64/linux/loadpin.h b/include/arch/x86_64/linux/loadpin.h index 97d00f81..9b044057 100644 --- a/include/arch/x86_64/linux/loadpin.h +++ b/include/arch/x86_64/linux/loadpin.h @@ -18,7 +18,6 @@ * attribute 'loadpin/dm-verity' (which can be typically found under * /sys/kernel/security/loadpin/dm-verity). */ -#define LOADPIN_IOC_SET_TRUSTED_VERITY_DIGESTS \ - _IOW(LOADPIN_IOC_MAGIC, 0x00, unsigned int) +#define LOADPIN_IOC_SET_TRUSTED_VERITY_DIGESTS _IOW(LOADPIN_IOC_MAGIC, 0x00, unsigned int) #endif /* _LINUX_LOOP_LOADPIN_H */ |
