summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/ivtvfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/ivtvfb.h')
-rw-r--r--include/arch/x86_64/linux/ivtvfb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/arch/x86_64/linux/ivtvfb.h b/include/arch/x86_64/linux/ivtvfb.h
index 3155e010..4abcaedc 100644
--- a/include/arch/x86_64/linux/ivtvfb.h
+++ b/include/arch/x86_64/linux/ivtvfb.h
@@ -32,7 +32,6 @@ struct ivtvfb_dma_frame {
int count;
};
-#define IVTVFB_IOC_DMA_FRAME \
- _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtvfb_dma_frame)
+#define IVTVFB_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtvfb_dma_frame)
#endif