V4L/DVB (13806): Register and Initialize Remote control
[safe/jmp/linux-2.6] / drivers / media / dvb / mantis / mantis_uart.h
index e9f938d..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;
@@ -56,4 +55,4 @@ struct mantis_pci;
 extern int mantis_uart_init(struct mantis_pci *mantis);
 extern void mantis_uart_exit(struct mantis_pci *mantis);
 
-#endif // __MANTIS_UART_H
+#endif /* __MANTIS_UART_H */