[PATCH v2 8/9] mtd/drivers/nand: Use HZ macros

From: Daniel Lezcano
Date: Wed Feb 24 2021 - 10:26:15 EST


HZ unit conversion macros are available in units.h, use them and
remove the duplicate definition.

Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
---
drivers/mtd/nand/raw/intel-nand-controller.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/intel-nand-controller.c b/drivers/mtd/nand/raw/intel-nand-controller.c
index a304fda5d1fa..8d00191a4815 100644
--- a/drivers/mtd/nand/raw/intel-nand-controller.c
+++ b/drivers/mtd/nand/raw/intel-nand-controller.c
@@ -20,6 +20,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/types.h>
+#include <linux/units.h>
#include <asm/unaligned.h>

#define EBU_CLC 0x000
@@ -102,7 +103,6 @@

#define MAX_CS 2

-#define HZ_PER_MHZ 1000000L
#define USEC_PER_SEC 1000000L

struct ebu_nand_cs {
--
2.17.1