spi: altera_spi: Add missing <time.h> to altera_spi.c
authorTom Rini <trini@konsulko.com>
Mon, 4 Aug 2025 21:57:18 +0000 (15:57 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 28 Oct 2025 18:53:58 +0000 (12:53 -0600)
commit80a3c2fda24846df44f6a363d71516c098b9e5c8
tree3638cb92ceac2e2ed7a7b417568294a286fca4e7
parenta5e6bc86ab5701b2b10cdc684acbfe87f781d8bb
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>
drivers/spi/altera_spi.c