drivers/timer/native_sim_timer: Correct comments

Correct the introduction comment, removing the native_posix mention,
and something which did not apply for several years.
Also remove an unnecessary include.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-03-03 11:23:36 +01:00 committed by Henrik Brix Andersen
commit b617418532

View file

@ -5,10 +5,8 @@
*/
/**
* Driver for the timer model of the POSIX native_sim/posix board
* It provides the interfaces required by the kernel and the sanity testcases
* It also provides a custom k_busy_wait() which can be used with the
* POSIX arch and InfClock SOC
* Driver for the native_sim board timer
* It provides the same API required by the kernel as any other timer driver
*/
#include <zephyr/types.h>
#include <zephyr/irq.h>
@ -18,7 +16,6 @@
#include "nsi_hw_scheduler.h"
#include "nsi_timer_model.h"
#include "soc.h"
#include <zephyr/arch/posix/posix_trace.h>
static uint64_t tick_period; /* System tick period in microseconds */
/* Time (microseconds since boot) of the last timer tick interrupt */