9
0
Fork 0

i.MX: ocotp: Remove unused #define

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Andrey Smirnov 2016-11-09 08:14:11 -08:00 committed by Sascha Hauer
parent 69c436e0ee
commit a44efbc983
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@
#define BF(value, field) (((value) << field) & field##_MASK)
/* Other definitions */
#define FUSE_REGS_COUNT (16 * 8)
#define IMX6_OTP_DATA_ERROR_VAL 0xBADABADA
#define DEF_RELAX 20
#define MAC_OFFSET (0x22 * 4)