drivers: fpga: ice40: remove unnecessary include
The `<zephyr/posix/time.h>` header was unused in `fpga_ice40.c` so remove it. This fixes an error about `pthread_attr_t` not being defined. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
This commit is contained in:
parent
9f1e4fa86c
commit
64e6c90fc0
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
|||
#include <zephyr/drivers/spi.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/posix/time.h>
|
||||
#include <zephyr/sys/crc.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue