On 10/03/14 22:25, Hartmut Knaack wrote:
Lars-Peter Clausen schrieb:
The ad799x_ring.c file is pretty much only one function these days. No need to
keep it in a separate file. Since there is then only one user of the header left
also move everything from the header to the main file.
Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx>
---
drivers/staging/iio/adc/Kconfig | 13 +--
drivers/staging/iio/adc/Makefile | 1 -
drivers/staging/iio/adc/ad799x.h | 121 ----------------------------
drivers/staging/iio/adc/ad799x_core.c | 145 +++++++++++++++++++++++++++++++++-
drivers/staging/iio/adc/ad799x_ring.c | 84 --------------------
5 files changed, 143 insertions(+), 221 deletions(-)
delete mode 100644 drivers/staging/iio/adc/ad799x.h
delete mode 100644 drivers/staging/iio/adc/ad799x_ring.c
Acked-by: Hartmut Knaack <knaack.h@xxxxxx>
Small point Hartmut, but if adding an ack, put it just below the last sign off etc
above. Makes it harder for me to miss ;)
Applied to the togreg branch of iio.git
Thanks and keep up the good work. I'll start pesting Lars about drivers I think he
is being too fussy about ;)
--
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