diff options
author | 2020-01-09 13:33:48 +0100 | |
---|---|---|
committer | 2020-01-09 15:30:03 -0800 | |
commit | 9d0aaf98dc24db12d44642ca47c5c200183fc3a8 (patch) | |
tree | 540a22d55013cb58a51e10eda4338e9ea382b8ef /arch/mips/sgi-ip27/ip27-timer.c | |
parent | MIPS: SGI-IP27: Use specific get_region_shift (diff) | |
download | wireguard-linux-9d0aaf98dc24db12d44642ca47c5c200183fc3a8.tar.xz wireguard-linux-9d0aaf98dc24db12d44642ca47c5c200183fc3a8.zip |
MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.h
Move all IP27 declarations into one file.
Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to '')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-timer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index ad0f8bfad074..5839bdd8442f 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c @@ -26,7 +26,8 @@ #include <asm/sn/arch.h> #include <asm/sn/addrs.h> #include <asm/sn/agent.h> -#include <asm/sn/sn_private.h> + +#include "ip27-common.h" #define TICK_SIZE (tick_nsec / 1000) |