Regenerate generated strae files.

Change-Id: Iae3cc0d29ade6c224fff43ca9690ef1f860359ad
diff --git a/xlat/delete_module_flags.h b/xlat/delete_module_flags.h
index 59bc02a..279c45a 100644
--- a/xlat/delete_module_flags.h
+++ b/xlat/delete_module_flags.h
@@ -1,11 +1,20 @@
 /* Generated by ./xlat/gen.sh from ./xlat/delete_module_flags.in; do not edit. */
 
-static const struct xlat delete_module_flags[] = {
+#ifdef IN_MPERS
+
+# error static const struct xlat delete_module_flags in mpers mode
+
+#else
+
+static
+const struct xlat delete_module_flags[] = {
 #if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
- XLAT(O_NONBLOCK),
+  XLAT(O_NONBLOCK),
 #endif
 #if defined(O_TRUNC) || (defined(HAVE_DECL_O_TRUNC) && HAVE_DECL_O_TRUNC)
- XLAT(O_TRUNC),
+  XLAT(O_TRUNC),
 #endif
  XLAT_END
 };
+
+#endif /* !IN_MPERS */