diff options
Diffstat (limited to 'src/soc/intel/quark/include')
-rw-r--r-- | src/soc/intel/quark/include/soc/pei_wrapper.h | 2 |
1 files changed, 0 insertions, 2 deletions
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_ */ |