summaryrefslogtreecommitdiff
path: root/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h')
-rw-r--r--drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h
index c9d6021904cd..bf377cc82225 100644
--- a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h
+++ b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h
@@ -16,6 +16,8 @@
#define C8SECTPFE_MAX_TSIN_CHAN 8
+struct gpio_desc;
+
struct channel_info {
int tsin_id;
@@ -25,7 +27,7 @@ struct channel_info {
int i2c;
int dvb_card;
- int rst_gpio;
+ struct gpio_desc *rst_gpio;
struct i2c_adapter *i2c_adapter;
struct i2c_adapter *tuner_i2c;