um: Fix xor.h include
authorJohannes Berg <johannes.berg@intel.com>
Sun, 5 Apr 2020 19:33:57 +0000 (21:33 +0200)
committerRichard Weinberger <richard@nod.at>
Wed, 29 Apr 2020 19:21:51 +0000 (21:21 +0200)
Two independent changes here ended up going into the tree
one after another, without a necessary rename, fix that.

Reported-by: Thomas Meyer <thomas@m3y3r.de>
Fixes: f185063bff91 ("um: Move timer-internal.h to non-shared")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/asm/xor.h

index 7a3208c47cfcbed276e6827bb2d4ed721282a432..36b33d62a35d8e4b8f3ecd625b65a53df9aa123c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 #include <asm-generic/xor.h>
-#include <shared/timer-internal.h>
+#include <linux/time-internal.h>
 
 /* pick an arbitrary one - measuring isn't possible with inf-cpu */
 #define XOR_SELECT_TEMPLATE(x) \