Skip to content

Commit

Permalink
drivers: include standard header files from stpmic1_regulator.h
Browse files Browse the repository at this point in the history
Add missing inclusion of stdbool.h and stddef.h in stpmic1_regulator.h.
The issue was revealed when upgrading to latest SCP-firmware source tree.

Fixes: 9cb0d51 ("drivers: stpmic1: export regulators API in a specific header file")
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
etienne-lms authored and vingu-linaro committed Apr 19, 2024
1 parent 29b6a77 commit bdc4ffb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/include/drivers/stpmic1_regulator.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2021-2022, STMicroelectronics
* Copyright (c) 2021-2024, STMicroelectronics
*/

#ifndef __DRIVERS_STPMIC1_REGULATOR_H
#define __DRIVERS_STPMIC1_REGULATOR_H

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

/*
Expand Down

0 comments on commit bdc4ffb

Please sign in to comment.