Skip to content

Commit

Permalink
env: mmc: cosmetic: remove unused macro STR(X)
Browse files Browse the repository at this point in the history
Remove the unused macro STR(X) since the commit 2b2f727 ("env: mmc:
allow support of mmc_get_env_dev with OF_CONTROL")

Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
  • Loading branch information
patrickdelaunay authored and trini committed Jan 10, 2023
1 parent 52e9aa3 commit 6a90e92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions env/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
#include <errno.h>
#include <dm/ofnode.h>

#define __STR(X) #X
#define STR(X) __STR(X)

#define ENV_MMC_INVALID_OFFSET ((s64)-1)

#if defined(CONFIG_ENV_MMC_USE_DT)
Expand Down

0 comments on commit 6a90e92

Please sign in to comment.