forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/scsi/ufs/ufs-sysfs.h
....@@ -1,5 +1,5 @@
1
-/* SPDX-License-Identifier: GPL-2.0
2
- * Copyright (C) 2018 Western Digital Corporation
1
+/* SPDX-License-Identifier: GPL-2.0 */
2
+/* Copyright (C) 2018 Western Digital Corporation
33 */
44
55 #ifndef __UFS_SYSFS_H__
....@@ -9,7 +9,7 @@
99
1010 #include "ufshcd.h"
1111
12
-void ufs_sysfs_add_nodes(struct device *dev);
12
+void ufs_sysfs_add_nodes(struct ufs_hba *hba);
1313 void ufs_sysfs_remove_nodes(struct device *dev);
1414
1515 extern const struct attribute_group ufs_sysfs_unit_descriptor_group;