Re: [RFC PATCH v1 7/9] iio:st_sensors: unexport st_sensors_get_buffer_element

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 19/04/16 10:18, Gregor Boirie wrote:
> Remove st_sensors_get_buffer_element symbol export since not explicitly
> used outside of st_sensors driver.
> 
> Signed-off-by: Gregor Boirie <gregor.boirie@xxxxxxxxxx>
Good spot. It applied with a little fuzz to the togreg branch of iio.git.
Lets at least cut down on how many patches we have queued up for this driver 
by taking the simple ones ;)

Applied to the togreg branch of iio.git

Thanks,

Jonathan.

> ---
>  drivers/iio/common/st_sensors/st_sensors_buffer.c | 3 +--
>  include/linux/iio/common/st_sensors.h             | 2 --
>  2 files changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/iio/common/st_sensors/st_sensors_buffer.c b/drivers/iio/common/st_sensors/st_sensors_buffer.c
> index a7f1ced..9343d74 100644
> --- a/drivers/iio/common/st_sensors/st_sensors_buffer.c
> +++ b/drivers/iio/common/st_sensors/st_sensors_buffer.c
> @@ -21,7 +21,7 @@
>  
>  #include <linux/iio/common/st_sensors.h>
>  
> -int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf)
> +static int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf)
>  {
>  	unsigned int cid;
>  	struct st_sensor_data *sdata = iio_priv(indio_dev);
> @@ -45,7 +45,6 @@ int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf)
>  
>  	return 0;
>  }
> -EXPORT_SYMBOL(st_sensors_get_buffer_element);
>  
>  irqreturn_t st_sensors_trigger_handler(int irq, void *p)
>  {
> diff --git a/include/linux/iio/common/st_sensors.h b/include/linux/iio/common/st_sensors.h
> index d029ffa..78a1934 100644
> --- a/include/linux/iio/common/st_sensors.h
> +++ b/include/linux/iio/common/st_sensors.h
> @@ -251,8 +251,6 @@ struct st_sensor_data {
>  
>  #ifdef CONFIG_IIO_BUFFER
>  irqreturn_t st_sensors_trigger_handler(int irq, void *p);
> -
> -int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf);
>  #endif
>  
>  #ifdef CONFIG_IIO_TRIGGER
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux