linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: Remove duplicates for light/ in Kconfig and Makefile
@ 2012-10-17  8:36 Andreas Larsson
  2012-10-19 18:45 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Larsson @ 2012-10-17  8:36 UTC (permalink / raw)
  To: linux-iio; +Cc: software

Signed-off-by: Andreas Larsson <andreas@gaisler.com>
---
 drivers/iio/Kconfig  |    1 -
 drivers/iio/Makefile |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index 6e3f143..fc937ac 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -60,9 +60,8 @@ source "drivers/iio/amplifiers/Kconfig"
 source "drivers/iio/light/Kconfig"
 source "drivers/iio/frequency/Kconfig"
 source "drivers/iio/dac/Kconfig"
 source "drivers/iio/common/Kconfig"
 source "drivers/iio/gyro/Kconfig"
-source "drivers/iio/light/Kconfig"
 source "drivers/iio/magnetometer/Kconfig"
 
 endif # IIO
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile
index f7fa3c0..761f2b6 100644
--- a/drivers/iio/Makefile
+++ b/drivers/iio/Makefile
@@ -16,7 +16,6 @@ obj-y += amplifiers/
 obj-y += light/
 obj-y += frequency/
 obj-y += dac/
 obj-y += common/
 obj-y += gyro/
-obj-y += light/
 obj-y += magnetometer/
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iio: Remove duplicates for light/ in Kconfig and Makefile
  2012-10-17  8:36 [PATCH] iio: Remove duplicates for light/ in Kconfig and Makefile Andreas Larsson
@ 2012-10-19 18:45 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2012-10-19 18:45 UTC (permalink / raw)
  To: Andreas Larsson; +Cc: linux-iio, software

On 10/17/2012 09:36 AM, Andreas Larsson wrote:
> Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Thanks, added to fixes-togreg branch of iio.git tree.
> ---
>  drivers/iio/Kconfig  |    1 -
>  drivers/iio/Makefile |    1 -
>  2 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
> index 6e3f143..fc937ac 100644
> --- a/drivers/iio/Kconfig
> +++ b/drivers/iio/Kconfig
> @@ -60,9 +60,8 @@ source "drivers/iio/amplifiers/Kconfig"
>  source "drivers/iio/light/Kconfig"
>  source "drivers/iio/frequency/Kconfig"
>  source "drivers/iio/dac/Kconfig"
>  source "drivers/iio/common/Kconfig"
>  source "drivers/iio/gyro/Kconfig"
> -source "drivers/iio/light/Kconfig"
>  source "drivers/iio/magnetometer/Kconfig"
>  
>  endif # IIO
> diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile
> index f7fa3c0..761f2b6 100644
> --- a/drivers/iio/Makefile
> +++ b/drivers/iio/Makefile
> @@ -16,7 +16,6 @@ obj-y += amplifiers/
>  obj-y += light/
>  obj-y += frequency/
>  obj-y += dac/
>  obj-y += common/
>  obj-y += gyro/
> -obj-y += light/
>  obj-y += magnetometer/
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-19 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17  8:36 [PATCH] iio: Remove duplicates for light/ in Kconfig and Makefile Andreas Larsson
2012-10-19 18:45 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).