diff options
| author | Aaro Koskinen <[email protected]> | 2018-11-22 00:37:31 +0200 |
|---|---|---|
| committer | Paul Burton <[email protected]> | 2018-11-21 15:36:42 -0800 |
| commit | 4d1f01164137a1869f53ebabdd23348201dcdb02 (patch) | |
| tree | 066a3ddcf51e006e927dfa9f5ee624d6604a63fa | |
| parent | bcb64116aaf0bd9841d6b94463ace14fd19725ba (diff) | |
MIPS: OCTEON: csrc-octeon: include linux/sched/clock.h
Include linux/sched/clock.h to get the declaration for sched_clock().
Signed-off-by: Aaro Koskinen <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/21189/
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: [email protected]
| -rw-r--r-- | arch/mips/cavium-octeon/csrc-octeon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/csrc-octeon.c b/arch/mips/cavium-octeon/csrc-octeon.c index 39f153fe0022..124817609ce0 100644 --- a/arch/mips/cavium-octeon/csrc-octeon.c +++ b/arch/mips/cavium-octeon/csrc-octeon.c @@ -7,6 +7,7 @@ * Copyright (C) 2009, 2012 Cavium, Inc. */ #include <linux/clocksource.h> +#include <linux/sched/clock.h> #include <linux/export.h> #include <linux/init.h> #include <linux/smp.h> |