diff --git a/src/soc/amd/mendocino/chip.c b/src/soc/amd/mendocino/chip.c index fee49a8728..677b16621c 100644 --- a/src/soc/amd/mendocino/chip.c +++ b/src/soc/amd/mendocino/chip.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #include #include #include diff --git a/src/soc/amd/mendocino/chip.h b/src/soc/amd/mendocino/chip.h index cf31cd7a30..858bcbe07c 100644 --- a/src/soc/amd/mendocino/chip.h +++ b/src/soc/amd/mendocino/chip.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef MENDOCINO_CHIP_H #define MENDOCINO_CHIP_H diff --git a/src/soc/amd/mendocino/cpu.c b/src/soc/amd/mendocino/cpu.c index bee4207600..fe5b0549d7 100644 --- a/src/soc/amd/mendocino/cpu.c +++ b/src/soc/amd/mendocino/cpu.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #include #include #include diff --git a/src/soc/amd/mendocino/reset.c b/src/soc/amd/mendocino/reset.c index 28e60b6307..800374c260 100644 --- a/src/soc/amd/mendocino/reset.c +++ b/src/soc/amd/mendocino/reset.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #include #include #include