diff options
Diffstat (limited to 'linux/drivers/media/video/msp3400.h')
-rw-r--r-- | linux/drivers/media/video/msp3400.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/linux/drivers/media/video/msp3400.h b/linux/drivers/media/video/msp3400.h index bb903981f..ef691841d 100644 --- a/linux/drivers/media/video/msp3400.h +++ b/linux/drivers/media/video/msp3400.h @@ -1,5 +1,5 @@ /* - * $Id: msp3400.h,v 1.9 2006/01/11 18:54:24 mchehab Exp $ + * $Id: msp3400.h,v 1.10 2006/01/15 17:04:52 hverkuil Exp $ */ #ifndef MSP3400_H @@ -7,14 +7,6 @@ /* ---------------------------------------------------------------------- */ -struct msp_matrix { - int input; - int output; -}; - -/* ioctl for MSP_SET_MATRIX will have to be registered */ -#define MSP_SET_MATRIX _IOW('m',17,struct msp_matrix) - /* This macro is allowed for *constants* only, gcc must calculate it at compile time. Remember -- no floats in kernel mode */ #define MSP_CARRIER(freq) ((int)((float)(freq / 18.432) * (1 << 24))) |