Skip to content

Commit

Permalink
staging:iio:tsl2563 drop pointless forward declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Peter Meerwald <pmeerw@pmeerw.net>
  • Loading branch information
Jonathan Cameron committed Jan 26, 2013
1 parent a722dcc commit af0b8ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/iio/light/tsl2563.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ static int tsl2563_read_interrupt_config(struct iio_dev *indio_dev,
return !!(ret & 0x30);
}

static struct i2c_driver tsl2563_i2c_driver;

static const struct iio_info tsl2563_info_no_irq = {
.driver_module = THIS_MODULE,
.read_raw = &tsl2563_read_raw,
Expand Down

0 comments on commit af0b8ee

Please sign in to comment.