V4L/DVB (13806): Register and Initialize Remote control
[safe/jmp/linux-2.6] / drivers / media / dvb / mantis / mantis_uart.h
index 0a42cd0..62ab66e 100644 (file)
@@ -45,10 +45,9 @@ enum mantis_baud {
 };
 
 enum mantis_parity {
-       MANTIS_PARITY_UNDEFINED = 0,
+       MANTIS_PARITY_NONE      = 0,
        MANTIS_PARITY_EVEN,
        MANTIS_PARITY_ODD,
-       MANTIS_PARITY_NONE
 };
 
 struct mantis_pci;