Commit 1e0cb0c3bf04850fa6fb300293d9e85ba81b605f

Authored by Jeff Dike
Committed by Linus Torvalds
1 parent a3d25c275d

uml: fix build breakage

UML now needs required-features.h to build - an empty one suffices.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff

include/asm-um/required-features.h
  1 +#ifndef __UM_REQUIRED_FEATURES_H
  2 +#define __UM_REQUIRED_FEATURES_H
  3 +
  4 +/*
  5 + * Nothing to see, just need something for the i386 and x86_64 asm
  6 + * headers to include.
  7 + */
  8 +
  9 +#endif