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 <minimumlaw@rambler.ru>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

minimumlaw@rambler.ru and committed by
Mark Brown
5b20a436 5771a8c0

+2 -2
+2 -2
drivers/base/regmap/regmap-w1.c
··· 1 /* 2 * Register map access API - W1 (1-Wire) support 3 * 4 - * Copyright (C) 2017 OAO Radioavionica 5 * Author: Alex A. Mihaylov <minimumlaw@rambler.ru> 6 * 7 * This program is free software; you can redistribute it and/or modify ··· 11 12 #include <linux/regmap.h> 13 #include <linux/module.h> 14 - #include "../../w1/w1.h" 15 16 #include "internal.h" 17
··· 1 /* 2 * Register map access API - W1 (1-Wire) support 3 * 4 + * Copyright (c) 2017 Radioavionica Corporation 5 * Author: Alex A. Mihaylov <minimumlaw@rambler.ru> 6 * 7 * This program is free software; you can redistribute it and/or modify ··· 11 12 #include <linux/regmap.h> 13 #include <linux/module.h> 14 + #include <linux/w1.h> 15 16 #include "internal.h" 17