diff options
| author | Trevor Woerner <[email protected]> | 2021-06-10 22:37:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-06 14:12:15 -0400 |
| commit | 1028403f2f53093f7c17dd57055d1e8da815348f (patch) | |
| tree | 2cedbc6957121bb7e20e7013a18f08de9b700aed | |
| parent | faf78fd464f46269887be90e5b9d2db405aa5f4e (diff) | |
lpc32xx: i2c: remove unused define
The LPC32XX_I2C_STAT_DRMI is not used anywhere so remove it.
Signed-off-by: Trevor Woerner <[email protected]>
| -rw-r--r-- | drivers/i2c/lpc32xx_i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/lpc32xx_i2c.c b/drivers/i2c/lpc32xx_i2c.c index f89f7955e4c..0ae116617c6 100644 --- 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 |
