Hi Wolfram,

On Thu,  8 Oct 2009 00:31:50 +0200, Wolfram Sang wrote:
> As i2c/chips is deprecated, move ds1682 to a more apropriate location.
> Build tested.
> 
> Signed-off-by: Wolfram Sang <[email protected]>
> Cc: Grant Likely <[email protected]>
> Cc: Jean Delvare <[email protected]>
> ---
>  drivers/i2c/chips/Kconfig  |   10 --
>  drivers/i2c/chips/Makefile |    1 -
>  drivers/i2c/chips/ds1682.c |  267 
> --------------------------------------------
>  drivers/misc/Kconfig       |   10 ++
>  drivers/misc/Makefile      |    1 +
>  drivers/misc/ds1682.c      |  267 
> ++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 278 insertions(+), 278 deletions(-)
>  delete mode 100644 drivers/i2c/chips/ds1682.c
>  create mode 100644 drivers/misc/ds1682.c

Thanks. Applied with one fix:

> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -246,6 +246,16 @@ config EP93XX_PWM
>         To compile this driver as a module, choose M here: the module will
>         be called ep93xx_pwm.
>  
> +config DS1682
> +     tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
> +     depends on EXPERIMENTAL

Depends on I2C too.

> +     help
> +       If you say yes here you get support for Dallas Semiconductor
> +       DS1682 Total Elapsed Time Recorder.
> +
> +       This driver can also be built as a module.  If so, the module
> +       will be called ds1682.
> +
>  source "drivers/misc/c2port/Kconfig"
>  source "drivers/misc/eeprom/Kconfig"
>  source "drivers/misc/cb710/Kconfig"

-- 
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to