Skip to content

Commit

Permalink
um: Fix xor.h include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jmberg-intel authored and richardweinberger committed Apr 29, 2020
1 parent 1d2cc5a commit d0e20fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/include/asm/xor.h
Original file line number Diff line number Diff line change
@@ -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) \
Expand Down

0 comments on commit d0e20fd

Please sign in to comment.