Commit 5b20a436 authored by minimumlaw@rambler.ru's avatar minimumlaw@rambler.ru Committed by Mark Brown

regmap: regmap-w1: Fix build troubles

Fixes: cc5d0db3 ("regmap: Add 1-Wire bus support")
Commit de0d6dbd ("w1: Add subsystem kernel public interface")
Fix place off w1.h header file

Cosmetic: Fix company name (local to international)
Signed-off-by: default avatarAlex A. Mihaylov <minimumlaw@rambler.ru>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5771a8c0
/* /*
* Register map access API - W1 (1-Wire) support * 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> * Author: Alex A. Mihaylov <minimumlaw@rambler.ru>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <linux/regmap.h> #include <linux/regmap.h>
#include <linux/module.h> #include <linux/module.h>
#include "../../w1/w1.h" #include <linux/w1.h>
#include "internal.h" #include "internal.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment