Re: [PATCH] staging: iio: ad9832: Move header file content to source file

2017-03-02 Thread Jonathan Cameron
On 01/03/17 18:37, Arushi Singhal wrote: > The contents of the header file are used only by this single > source file. Move content into .c and remove .h. > > Signed-off-by: Arushi Singhal Just noticed that I have another series doing this change waiting for review so probably going to have alrea

Re: [PATCH] staging: iio: ad9832: Move header file content to source file

2017-03-02 Thread Jonathan Cameron
On 01/03/17 18:37, Arushi Singhal wrote: > The contents of the header file are used only by this single > source file. Move content into .c and remove .h. > > Signed-off-by: Arushi Singhal > --- > drivers/staging/iio/frequency/ad9832.c | 100 +- > drivers/staging/iio/freq

[PATCH] staging: iio: ad9832: Move header file content to source file

2017-03-01 Thread Arushi Singhal
The contents of the header file are used only by this single source file. Move content into .c and remove .h. Signed-off-by: Arushi Singhal --- drivers/staging/iio/frequency/ad9832.c | 100 +- drivers/staging/iio/frequency/ad9832.h | 128 -