projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf78fd
)
lpc32xx: i2c: remove unused define
author
Trevor Woerner
<twoerner@gmail.com>
Fri, 11 Jun 2021 02:37:05 +0000
(22:37 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 6 Jul 2021 18:12:15 +0000
(14:12 -0400)
The LPC32XX_I2C_STAT_DRMI is not used anywhere so remove it.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
drivers/i2c/lpc32xx_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/lpc32xx_i2c.c
b/drivers/i2c/lpc32xx_i2c.c
index f89f7955e4c28617a577150ab6449d83b3247d07..0ae116617c67c190463eafbf5b08ff2a12e0f945 100644
(file)
--- a/
drivers/i2c/lpc32xx_i2c.c
+++ b/
drivers/i2c/lpc32xx_i2c.c
@@
-38,7
+38,6
@@
/* Status register values */
#define LPC32XX_I2C_STAT_TFF 0x00000400
#define LPC32XX_I2C_STAT_RFE 0x00000200
-#define LPC32XX_I2C_STAT_DRMI 0x00000008
#define LPC32XX_I2C_STAT_NAI 0x00000004
#define LPC32XX_I2C_STAT_TDI 0x00000001