From: minimumlaw@rambler.ru Date: Thu, 6 Jul 2017 13:10:17 +0000 (+0300) Subject: regmap: regmap-w1: Fix build troubles X-Git-Tag: v4.14-rc1~433^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b20a436835a3e4d0a8118594a864bc88ea53f93;p=platform%2Fkernel%2Flinux-rpi3.git regmap: regmap-w1: Fix build troubles 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 Signed-off-by: Mark Brown --- diff --git a/drivers/base/regmap/regmap-w1.c b/drivers/base/regmap/regmap-w1.c index 5f04e7b..e6c64b0 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 * * This program is free software; you can redistribute it and/or modify @@ -11,7 +11,7 @@ #include #include -#include "../../w1/w1.h" +#include #include "internal.h"