Skip to content

Commit d0e20fd

Browse files
jmberg-intelrichardweinberger
authored andcommitted
um: Fix xor.h include
Two independent changes here ended up going into the tree one after another, without a necessary rename, fix that. Reported-by: Thomas Meyer <[email protected]> Fixes: f185063 ("um: Move timer-internal.h to non-shared") Signed-off-by: Johannes Berg <[email protected]> Reviewed-by: Brendan Higgins <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 1d2cc5a commit d0e20fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/include/asm/xor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
#include <asm-generic/xor.h>
3-
#include <shared/timer-internal.h>
3+
#include <linux/time-internal.h>
44

55
/* pick an arbitrary one - measuring isn't possible with inf-cpu */
66
#define XOR_SELECT_TEMPLATE(x) \

0 commit comments

Comments
 (0)