spi: altera_spi: Add missing <time.h> to altera_spi.c

This driver references the get_timer macro while relying on an
indirection inclusion of <time.h>. Add the missing include directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-08-04 15:57:18 -06:00
parent a5e6bc86ab
commit 80a3c2fda2

View File

@@ -12,6 +12,7 @@
#include <malloc.h>
#include <fdtdec.h>
#include <spi.h>
#include <time.h>
#include <asm/io.h>
#include <linux/bitops.h>