From 02b292987bdf29603eb2c3c3ec8d8a7fc02c5321 Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Mon, 1 Jan 2018 21:02:33 +0100 Subject: [PATCH] remove extra DVB-T frontend parameter --- frontends/stv0367dd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontends/stv0367dd.h b/frontends/stv0367dd.h index 62c66d7..00f7808 100644 --- a/frontends/stv0367dd.h +++ b/frontends/stv0367dd.h @@ -13,6 +13,5 @@ struct stv0367_cfg { extern struct dvb_frontend *stv0367_attach(struct i2c_adapter *i2c, - struct stv0367_cfg *cfg, - struct dvb_frontend **fe_t); + struct stv0367_cfg *cfg); #endif