patch-2.4.21 linux-2.4.21/drivers/media/video/tuner.h

Next file: linux-2.4.21/drivers/media/video/tvaudio.c
Previous file: linux-2.4.21/drivers/media/video/tuner.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/media/video/tuner.h linux-2.4.21/drivers/media/video/tuner.h
@@ -86,7 +86,9 @@
 
 #define TUNER_SET_TYPE               _IOW('t',1,int)    /* set tuner type */
 #define TUNER_SET_TVFREQ             _IOW('t',2,int)    /* set tv freq */
-#define TUNER_SET_RADIOFREQ          _IOW('t',3,int)    /* set radio freq */
-#define TUNER_SET_MODE               _IOW('t',4,int)    /* set tuner mode */
+#if 0 /* obsolete */
+# define TUNER_SET_RADIOFREQ         _IOW('t',3,int)    /* set radio freq */
+# define TUNER_SET_MODE              _IOW('t',4,int)    /* set tuner mode */
+#endif
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)