Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Amir Levy and committed by
Greg Kroah-Hartman
fe948dcb 3372592a

+3 -3
+3 -3
drivers/thunderbolt/nhi_regs.h
··· 1 1 /* 2 - * Thunderbolt Cactus Ridge driver - NHI registers 2 + * Thunderbolt driver - NHI registers 3 3 * 4 4 * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com> 5 5 */ 6 6 7 - #ifndef DSL3510_REGS_H_ 8 - #define DSL3510_REGS_H_ 7 + #ifndef NHI_REGS_H_ 8 + #define NHI_REGS_H_ 9 9 10 10 #include <linux/types.h> 11 11