[media] dvb: Get rid of typedev usage for enums
[linux-2.6-block.git] / drivers / media / usb / dvb-usb / opera1.c
index 14a2119912ba5246474c6b249a855f5815c34331..2566d2f1c2ad0220467462524926eabcbb5c1ecc 100644 (file)
@@ -167,7 +167,8 @@ static struct i2c_algorithm opera1_i2c_algo = {
        .functionality = opera1_i2c_func,
 };
 
-static int opera1_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)
+static int opera1_set_voltage(struct dvb_frontend *fe,
+                             enum fe_sec_voltage voltage)
 {
        static u8 command_13v[1]={0x00};
        static u8 command_18v[1]={0x01};