board: Synology: legacy.c: Include asm/io.h

Some boards building this source define CFG_SYS_TCLK as a term involving
readl() which is undefined otherwise.

Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
Phil Sutter
2026-06-10 11:23:26 +02:00
committed by Stefan Roese
parent 59e13ed8f6
commit f64593af3d
+1
View File
@@ -10,6 +10,7 @@
#include <vsprintf.h>
#include <env.h>
#include <net.h>
#include <asm/io.h>
#include <asm/setup.h>
#include "legacy.h"