diff options
| author | Igor Prusov <[email protected]> | 2023-11-09 20:10:04 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-16 18:59:58 -0500 |
| commit | 13248d66aeea02afc120ba83075e1af32cefd592 (patch) | |
| tree | 3b74811fd4b0b28ed73e696af95965c97e162ce0 /drivers/mmc | |
| parent | 35425507b3253bb1e08110f67e130e7c9c272cf7 (diff) | |
treewide: use linux/time.h for time conversion defines
Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.
Signed-off-by: Igor Prusov <[email protected]>
Reviewed-by: Svyatoslav Ryhel <[email protected]> # tegra
Reviewed-by: Eugen Hristev <[email protected]> #at91
Reviewed-by: Caleb Connolly <[email protected]> #qcom geni
Reviewed-by: Stefan Bosch <[email protected]> #nanopi2
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'drivers/mmc')
| -rw-r--r-- | drivers/mmc/octeontx_hsmmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/octeontx_hsmmc.h b/drivers/mmc/octeontx_hsmmc.h index 70844b1cbab..9849121f174 100644 --- a/drivers/mmc/octeontx_hsmmc.h +++ b/drivers/mmc/octeontx_hsmmc.h @@ -32,8 +32,6 @@ */ #define MMC_TIMEOUT_SHORT 20 -#define NSEC_PER_SEC 1000000000L - #define MAX_NO_OF_TAPS 64 #define EXT_CSD_POWER_CLASS 187 /* R/W */ |
