Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1518114
| From | Amir Levy <amir.jer.levy@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v9 1/8] thunderbolt: Macro rename |
| Date | 2016-11-09 13:30 +0100 |
| Message-ID | <sBAaS-7gS-29@gated-at.bofh.it> (permalink) |
| References | <sBAaR-7gS-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- drivers/thunderbolt/nhi_regs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thunderbolt/nhi_regs.h b/drivers/thunderbolt/nhi_regs.h index 86b996c..75cf069 100644 --- a/drivers/thunderbolt/nhi_regs.h +++ b/drivers/thunderbolt/nhi_regs.h @@ -1,11 +1,11 @@ /* - * Thunderbolt Cactus Ridge driver - NHI registers + * Thunderbolt driver - NHI registers * * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com> */ -#ifndef DSL3510_REGS_H_ -#define DSL3510_REGS_H_ +#ifndef NHI_REGS_H_ +#define NHI_REGS_H_ #include <linux/types.h> -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v9 1/8] thunderbolt: Macro rename Amir Levy <amir.jer.levy@intel.com> - 2016-11-09 13:30 +0100
csiph-web