diff options
Diffstat (limited to 'src/soc/intel/baytrail')
-rw-r--r-- | src/soc/intel/baytrail/include/soc/modphy_table.h | 2 | ||||
-rw-r--r-- | src/soc/intel/baytrail/modphy_table.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/baytrail/include/soc/modphy_table.h b/src/soc/intel/baytrail/include/soc/modphy_table.h index 9a483c4a6a..0561841a0b 100644 --- a/src/soc/intel/baytrail/include/soc/modphy_table.h +++ b/src/soc/intel/baytrail/include/soc/modphy_table.h @@ -3,6 +3,8 @@ #ifndef _BAYTRAIL_MODPHY_TABLE_H_ #define _BAYTRAIL_MODPHY_TABLE_H_ +#include <stdint.h> + struct modphy_entry { u8 port; u32 reg; diff --git a/src/soc/intel/baytrail/modphy_table.c b/src/soc/intel/baytrail/modphy_table.c index f028c8f3de..ebda7001e0 100644 --- a/src/soc/intel/baytrail/modphy_table.c +++ b/src/soc/intel/baytrail/modphy_table.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <stdint.h> #include <soc/modphy_table.h> struct modphy_entry reva0_modphy_table[] = { /* SOC stepping A0/A1 */ |