soc: mediatek: fix typo in macro name
s/SOC_SERIES_MT8195/CONFIG_SOC_SERIES_MT8195/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
e8ff141f6d
commit
acc1731410
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
*/
|
||||
|
||||
struct mtk_mbox {
|
||||
#ifdef SOC_SERIES_MT8195
|
||||
#ifdef CONFIG_SOC_SERIES_MT8195
|
||||
uint32_t in_cmd;
|
||||
uint32_t in_cmd_clr;
|
||||
uint32_t in_msg[5];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue