Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1683609

Re: [PATCH] regmap: regmap-w1: Fix build troubles

From Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Newsgroups linux.kernel
Subject Re: [PATCH] regmap: regmap-w1: Fix build troubles
Date 2017-07-08 17:00 +0200
Message-ID <u0Znb-3tw-3@gated-at.bofh.it> (permalink)
References <u0Dwm-5Ul-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

On Fri, Jul 07, 2017 at 06:38:22PM +0300, Alex A. Mihaylov wrote:
> Fixes: cc5d0db390b0 ("regmap: Add 1-Wire bus support")
> Commit de0d6dbdbdb2 ("w1: Add subsystem kernel public interface")
> Fix place off w1.h header file
> 
> Cosmetic: Fix company name (local to international)
> 
> Signed-off-by: Alex A. Mihaylov <minimumlaw@rambler.ru>

This should go into 4.13, but you actually did not include the
maintainer of regmap (which I just added, but you may have to
resend the patch, so that it lands in his inbox). Anyways the
change is:

Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>

-- Sebastian

> ---
>  drivers/base/regmap/regmap-w1.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/base/regmap/regmap-w1.c b/drivers/base/regmap/regmap-w1.c
> index 5f04e7bf063e..e6c64b0be5b2 100644
> --- a/drivers/base/regmap/regmap-w1.c
> +++ b/drivers/base/regmap/regmap-w1.c
> @@ -1,7 +1,7 @@
>  /*
>   * Register map access API - W1 (1-Wire) support
>   *
> - * Copyright (C) 2017 OAO Radioavionica
> + * Copyright (c) 2017 Radioavionica Corporation
>   * Author: Alex A. Mihaylov <minimumlaw@rambler.ru>
>   *
>   * This program is free software; you can redistribute it and/or modify
> @@ -11,7 +11,7 @@
>  
>  #include <linux/regmap.h>
>  #include <linux/module.h>
> -#include "../../w1/w1.h"
> +#include <linux/w1.h>
>  
>  #include "internal.h"
>  
> -- 
> 2.13.0
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] regmap: regmap-w1: Fix build troubles "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-07-07 17:40 +0200
  Re: [PATCH] regmap: regmap-w1: Fix build troubles Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-07-08 17:00 +0200
    Re: [PATCH] regmap: regmap-w1: Fix build troubles Mark Brown <broonie@kernel.org> - 2017-07-10 12:40 +0200
      Re: [PATCH] regmap: regmap-w1: Fix build troubles Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-07-10 14:00 +0200
        Re: [PATCH] regmap: regmap-w1: Fix build troubles Mark Brown <broonie@kernel.org> - 2017-07-10 14:30 +0200
          Re: [PATCH] regmap: regmap-w1: Fix build troubles Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-07-10 15:20 +0200
            Re: [PATCH] regmap: regmap-w1: Fix build troubles Mark Brown <broonie@kernel.org> - 2017-07-10 17:40 +0200
    Re: [PATCH] regmap: regmap-w1: Fix build troubles Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-07-10 17:00 +0200

csiph-web