]> Git Repo - J-u-boot.git/blobdiff - drivers/ufs/ufs-uclass.c
Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[J-u-boot.git] / drivers / ufs / ufs-uclass.c
index 920bfa64e1923c7fef23b046fd0077009744beb4..334bfcfa06a429efcc04d099e7de978684c0490e 100644 (file)
@@ -1,16 +1,17 @@
 // SPDX-License-Identifier: GPL-2.0
 /**
- * ufs-uclass.c - Universal Flash Subsystem (UFS) Uclass driver
+ * ufs-uclass.c - Universal Flash Storage (UFS) Uclass driver
  *
- * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
  */
 
-#include <common.h>
+#define LOG_CATEGORY UCLASS_UFS
+
 #include "ufs.h"
 #include <dm.h>
 
 UCLASS_DRIVER(ufs) = {
        .id     = UCLASS_UFS,
        .name   = "ufs",
-       .per_device_auto_alloc_size = sizeof(struct ufs_hba),
+       .per_device_auto        = sizeof(struct ufs_hba),
 };
This page took 0.02468 seconds and 4 git commands to generate.