git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0e808d
)
mcp230xx_gpio.c: Add a missing include file.
author
Philip Balister
<philip@balister.org>
Fri, 18 Oct 2024 21:19:57 +0000
(17:19 -0400)
committer
Tom Rini
<trini@konsulko.com>
Thu, 24 Oct 2024 17:19:31 +0000
(11:19 -0600)
* Fixes a warning about implicit declaration of udelay.
Signed-off-by: Philip Balister <philip@balister.org>
drivers/gpio/mcp230xx_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/mcp230xx_gpio.c
b/drivers/gpio/mcp230xx_gpio.c
index
42e7fe9
..
b6f533b
100644
(file)
--- a/
drivers/gpio/mcp230xx_gpio.c
+++ b/
drivers/gpio/mcp230xx_gpio.c
@@
-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,