Skip to content

Commit

Permalink
um: include linux/prefetch.h
Browse files Browse the repository at this point in the history
Fix build failures on UML.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Richard Weinberger authored and Linus Torvalds committed May 25, 2011
1 parent 3ef6130 commit 607647a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/um/include/asm/processor-generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ struct task_struct;
#include "registers.h"
#include "sysdep/archsetjmp.h"

#include <linux/prefetch.h>

struct mm_struct;

struct thread_struct {
Expand Down

0 comments on commit 607647a

Please sign in to comment.