aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/ldt-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/ldt-i386.h')
-rw-r--r--include/asm-um/ldt-i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-um/ldt-i386.h b/include/asm-um/ldt-i386.h
index b42662929b6c..175722a91164 100644
--- a/include/asm-um/ldt-i386.h
+++ b/include/asm-um/ldt-i386.h
@@ -35,7 +35,7 @@ typedef struct uml_ldt {
union {
struct ldt_entry * pages[LDT_PAGES_MAX];
struct ldt_entry entries[LDT_DIRECT_ENTRIES];
- };
+ } u;
} uml_ldt_t;
/*