mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +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 <asm/gpio.h>
|
||||||
#include <dm/device_compat.h>
|
#include <dm/device_compat.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <linux/delay.h>
|
||||||
|
|
||||||
enum mcp230xx_type {
|
enum mcp230xx_type {
|
||||||
UNKNOWN = 0,
|
UNKNOWN = 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue