mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
mcp230xx_gpio.c: Add a missing include file.
* Fixes a warning about implicit declaration of udelay. Signed-off-by: Philip Balister <philip@balister.org>
This commit is contained in:
parent
a0e808dd0f
commit
3cf94b6f41
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <asm/gpio.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
enum mcp230xx_type {
|
||||
UNKNOWN = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue