summaryrefslogtreecommitdiffstats
path: root/ui/common
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common')
-rw-r--r--ui/common/ui-system.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/common/ui-system.h b/ui/common/ui-system.h
index 2dc37a3..ca5edb4 100644
--- a/ui/common/ui-system.h
+++ b/ui/common/ui-system.h
@@ -47,10 +47,8 @@ struct pb_opt_data {
struct pb_kexec_data *kd;
/* optional data */
- union {
- const struct device *dev;
- const struct boot_option *opt;
- };
+ const struct device *dev;
+ const struct boot_option *opt;
uint32_t opt_hash;
};
OpenPOWER on IntegriCloud