aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Levy <amir.jer.levy@intel.com>2016-11-09 09:20:01 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-09 10:54:31 -0500
commitfe948dcb2c1223c0da4bc304d87d0253fa06094e (patch)
tree380074fd079fa277bd4cfab57e234bf311d8c824
parent3372592a140db69fd63837e81f048ab4abf8111e (diff)
thunderbolt: Macro rename
This first patch updates the NHI Thunderbolt controller registers file to reflect that it is not only for Cactus Ridge. No functional change intended. Signed-off-by: Amir Levy <amir.jer.levy@intel.com> Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/thunderbolt/nhi_regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/thunderbolt/nhi_regs.h b/drivers/thunderbolt/nhi_regs.h
index 86b996c702a0..75cf0691e6c5 100644
--- a/drivers/thunderbolt/nhi_regs.h
+++ b/drivers/thunderbolt/nhi_regs.h
@@ -1,11 +1,11 @@
1/* 1/*
2 * Thunderbolt Cactus Ridge driver - NHI registers 2 * Thunderbolt driver - NHI registers
3 * 3 *
4 * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com> 4 * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
5 */ 5 */
6 6
7#ifndef DSL3510_REGS_H_ 7#ifndef NHI_REGS_H_
8#define DSL3510_REGS_H_ 8#define NHI_REGS_H_
9 9
10#include <linux/types.h> 10#include <linux/types.h>
11 11