Skip to content

Commit

Permalink
regmap: regmap-w1: Fix build troubles
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
MinimumLaw authored and broonie committed Jul 17, 2017
1 parent 5771a8c commit 5b20a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/base/regmap/regmap-w1.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
Expand All @@ -11,7 +11,7 @@

#include <linux/regmap.h>
#include <linux/module.h>
#include "../../w1/w1.h"
#include <linux/w1.h>

#include "internal.h"

Expand Down

0 comments on commit 5b20a43

Please sign in to comment.