diff --git a/[refs] b/[refs] index 095fa85b8ee5..e8a1c5a0599c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e160cc3f3b5c38bba79c58172e82c1e24934546 +refs/heads/master: 634e49723b08d15f4cb9860ea86547fbd2eeae18 diff --git a/trunk/include/asm-um/asm.h b/trunk/include/asm-um/asm.h new file mode 100644 index 000000000000..af1269a1e9eb --- /dev/null +++ b/trunk/include/asm-um/asm.h @@ -0,0 +1,6 @@ +#ifndef __UM_ASM_H +#define __UM_ASM_H + +#include "asm/arch/asm.h" + +#endif