diff options
author | Denis CIOCCA <denis.ciocca@st.com> | 2014-10-03 17:35:39 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-10-04 12:25:38 +0200 |
commit | 0baa3fc1b6c1e928260ca099cbdf551ced2cbfa3 (patch) | |
tree | ca1fa455b1b820bf2843d3bd175e876715c7c216 /drivers/iio/pressure/st_pressure.h | |
parent | iio:magnetometer: Removed unnecessary parameter on common_probe function (diff) | |
download | linux-0baa3fc1b6c1e928260ca099cbdf551ced2cbfa3.tar.xz linux-0baa3fc1b6c1e928260ca099cbdf551ced2cbfa3.zip |
iio:pressure: Removed unnecessary parameter on common_probe function
Signed-off-by: Denis Ciocca <denis.ciocca@st.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/st_pressure.h')
-rw-r--r-- | drivers/iio/pressure/st_pressure.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iio/pressure/st_pressure.h b/drivers/iio/pressure/st_pressure.h index 242943c0c4e4..f5f41490060b 100644 --- a/drivers/iio/pressure/st_pressure.h +++ b/drivers/iio/pressure/st_pressure.h @@ -26,8 +26,7 @@ static const struct st_sensors_platform_data default_press_pdata = { .drdy_int_pin = 1, }; -int st_press_common_probe(struct iio_dev *indio_dev, - struct st_sensors_platform_data *pdata); +int st_press_common_probe(struct iio_dev *indio_dev); void st_press_common_remove(struct iio_dev *indio_dev); #ifdef CONFIG_IIO_BUFFER |