Browse Source

drivers: haptics: drv2605: drop redundant include

haptics.h was being included twice.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
pull/90909/merge
Benjamin Cabé 3 weeks ago committed by Daniel DeGrasse
parent
commit
a3aa06521e
  1. 1
      drivers/haptics/drv2605.c

1
drivers/haptics/drv2605.c

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
#include <zephyr/drivers/haptics/drv2605.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
#include <zephyr/drivers/haptics.h>
#include <zephyr/pm/device.h>
#include <zephyr/pm/device_runtime.h>
#include <zephyr/sys/util.h>

Loading…
Cancel
Save