]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/davinci_mmc.c
mtd: nand: mxs_nand: move structs into header file
[u-boot] / drivers / mmc / davinci_mmc.c
index 9edb668e1499841dd96a425498cec8d7542cdfd0..d7cb88a40ab2cbc680aa4a9f3445ead94dc436ea 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Davinci MMC Controller Driver
  *
  * Copyright (C) 2010 Texas Instruments Incorporated
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <config.h>
@@ -347,7 +346,7 @@ static int dmmc_init(struct mmc *mmc)
        return 0;
 }
 
-/* Set buswidth or clock as indicated by the GENERIC_MMC framework */
+/* Set buswidth or clock as indicated by the MMC framework */
 static int dmmc_set_ios(struct mmc *mmc)
 {
        struct davinci_mmc *host = mmc->priv;