diff options
-rw-r--r-- | src/soc/intel/broadwell/include/soc/pei_data.h | 2 | ||||
-rw-r--r-- | src/soc/intel/quark/include/soc/pei_wrapper.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/broadwell/include/soc/pei_data.h b/src/soc/intel/broadwell/include/soc/pei_data.h index bc9f220af7..67d73d9dbf 100644 --- a/src/soc/intel/broadwell/include/soc/pei_data.h +++ b/src/soc/intel/broadwell/include/soc/pei_data.h @@ -246,6 +246,4 @@ struct pei_data { struct pei_memory_info meminfo; } __packed; -typedef struct pei_data PEI_DATA; - #endif diff --git a/src/soc/intel/quark/include/soc/pei_wrapper.h b/src/soc/intel/quark/include/soc/pei_wrapper.h index a14da63efb..5c52d3b39b 100644 --- a/src/soc/intel/quark/include/soc/pei_wrapper.h +++ b/src/soc/intel/quark/include/soc/pei_wrapper.h @@ -28,6 +28,4 @@ struct pei_data { int data_to_save_size; } __packed; -typedef struct pei_data PEI_DATA; - #endif /* _PEI_WRAPPER_H_ */ |