X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fmedia%2Fusb%2Fdvb-usb%2Fopera1.c;h=2566d2f1c2ad0220467462524926eabcbb5c1ecc;hb=0df289a209e02f0926042ab07d7d2595ea2d2e9b;hp=14a2119912ba5246474c6b249a855f5815c34331;hpb=9b5186b4be26d1fb8d63a3001b2e6ff0b2e2f82f;p=linux-2.6-block.git diff --git a/drivers/media/usb/dvb-usb/opera1.c b/drivers/media/usb/dvb-usb/opera1.c index 14a2119912ba..2566d2f1c2ad 100644 --- a/drivers/media/usb/dvb-usb/opera1.c +++ b/drivers/media/usb/dvb-usb/opera1.c @@ -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};