mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 12:04:08 +00:00
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>
This commit is contained in:
parent
3372592a14
commit
fe948dcb2c
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* Thunderbolt Cactus Ridge driver - NHI registers
|
* Thunderbolt driver - NHI registers
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
|
* Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DSL3510_REGS_H_
|
#ifndef NHI_REGS_H_
|
||||||
#define DSL3510_REGS_H_
|
#define NHI_REGS_H_
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue