Skip to content

Commit 5b20a43

Browse files
MinimumLawbroonie
authored andcommitted
regmap: regmap-w1: Fix build troubles
Fixes: cc5d0db ("regmap: Add 1-Wire bus support") Commit de0d6db ("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>
1 parent 5771a8c commit 5b20a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/base/regmap/regmap-w1.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Register map access API - W1 (1-Wire) support
33
*
4-
* Copyright (C) 2017 OAO Radioavionica
4+
* Copyright (c) 2017 Radioavionica Corporation
55
* Author: Alex A. Mihaylov <minimumlaw@rambler.ru>
66
*
77
* This program is free software; you can redistribute it and/or modify
@@ -11,7 +11,7 @@
1111

1212
#include <linux/regmap.h>
1313
#include <linux/module.h>
14-
#include "../../w1/w1.h"
14+
#include <linux/w1.h>
1515

1616
#include "internal.h"
1717

0 commit comments

Comments
 (0)