mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 22:14:36 -04:00
staging:iio: Remove unused DRIVER_NAME defines
Some drivers define a DRIVER_NAME, but never use the define. This patch removes defines. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
committed by
Jonathan Cameron
parent
231a7c5f5f
commit
48edf8eb53
@@ -21,8 +21,6 @@
|
||||
|
||||
#include "adis16203.h"
|
||||
|
||||
#define DRIVER_NAME "adis16203"
|
||||
|
||||
/**
|
||||
* adis16203_spi_write_reg_8() - write single byte to a register
|
||||
* @indio_dev: iio device associated with child of actual device
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
|
||||
#include "adis16204.h"
|
||||
|
||||
#define DRIVER_NAME "adis16204"
|
||||
|
||||
/**
|
||||
* adis16204_spi_write_reg_8() - write single byte to a register
|
||||
* @dev: device associated with child of actual device (iio_dev or iio_trig)
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
|
||||
#include "adis16209.h"
|
||||
|
||||
#define DRIVER_NAME "adis16209"
|
||||
|
||||
/**
|
||||
* adis16209_spi_write_reg_8() - write single byte to a register
|
||||
* @indio_dev: iio device associated with actual device
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
|
||||
#include "adis16220.h"
|
||||
|
||||
#define DRIVER_NAME "adis16220"
|
||||
|
||||
/**
|
||||
* adis16220_spi_write_reg_8() - write single byte to a register
|
||||
* @indio_dev: iio device associated with child of actual device
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
|
||||
#include "adis16240.h"
|
||||
|
||||
#define DRIVER_NAME "adis16240"
|
||||
|
||||
static int adis16240_check_status(struct iio_dev *indio_dev);
|
||||
|
||||
/**
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
|
||||
#include "adis16260.h"
|
||||
|
||||
#define DRIVER_NAME "adis16260"
|
||||
|
||||
static int adis16260_check_status(struct iio_dev *indio_dev);
|
||||
|
||||
/**
|
||||
|
||||
@@ -55,8 +55,6 @@
|
||||
#define ADE7753_SPI_BURST (u32)(1000 * 1000)
|
||||
#define ADE7753_SPI_FAST (u32)(2000 * 1000)
|
||||
|
||||
#define DRIVER_NAME "ade7753"
|
||||
|
||||
/**
|
||||
* struct ade7753_state - device instance specific data
|
||||
* @us: actual spi_device
|
||||
|
||||
@@ -73,8 +73,6 @@
|
||||
#define ADE7754_SPI_BURST (u32)(1000 * 1000)
|
||||
#define ADE7754_SPI_FAST (u32)(2000 * 1000)
|
||||
|
||||
#define DRIVER_NAME "ade7754"
|
||||
|
||||
/**
|
||||
* struct ade7754_state - device instance specific data
|
||||
* @us: actual spi_device
|
||||
|
||||
@@ -105,9 +105,6 @@
|
||||
#define AD7758_APP_PWR 4
|
||||
#define AD7758_WT(p, w) (((w) << 2) | (p))
|
||||
|
||||
#define DRIVER_NAME "ade7758"
|
||||
|
||||
|
||||
/**
|
||||
* struct ade7758_state - device instance specific data
|
||||
* @us: actual spi_device
|
||||
|
||||
@@ -36,8 +36,6 @@
|
||||
#define ADE7759_SPI_BURST (u32)(1000 * 1000)
|
||||
#define ADE7759_SPI_FAST (u32)(2000 * 1000)
|
||||
|
||||
#define DRIVER_NAME "ade7759"
|
||||
|
||||
/**
|
||||
* struct ade7759_state - device instance specific data
|
||||
* @us: actual spi_device
|
||||
|
||||
@@ -142,8 +142,6 @@
|
||||
#define ADE7854_SPI_BURST (u32)(1000 * 1000)
|
||||
#define ADE7854_SPI_FAST (u32)(2000 * 1000)
|
||||
|
||||
#define DRIVER_NAME "ade7854"
|
||||
|
||||
/**
|
||||
* struct ade7854_state - device instance specific data
|
||||
* @spi: actual spi_device
|
||||
|
||||
Reference in New Issue
Block a user