]> Git Repo - J-u-boot.git/blobdiff - drivers/mmc/rpmb.c
drivers: mmc: Remove duplicate newlines
[J-u-boot.git] / drivers / mmc / rpmb.c
index b68d98573c9a5c0441b406548035494d3b15a138..fa3ac2d9e37d43cd7bd1ca28df3563603bcad13f 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <log.h>
 #include <memalign.h>
 #include <mmc.h>
@@ -61,7 +60,6 @@ static const char * const rpmb_err_msg[] = {
        "Authentication key not yet programmed",
 };
 
-
 /* Structure of RPMB data frame. */
 struct s_rpmb {
        unsigned char stuff[RPMB_SZ_STUFF];
This page took 0.025189 seconds and 4 git commands to generate.