forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/usb/storage/debug.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /*
33 * Driver for USB Mass Storage compliant devices
44 * Debugging Functions Header File
....@@ -28,8 +28,6 @@
2828 #define _DEBUG_H_
2929
3030 #include <linux/kernel.h>
31
-
32
-#define USB_STORAGE "usb-storage: "
3331
3432 #ifdef CONFIG_USB_STORAGE_DEBUG
3533 void usb_stor_show_command(const struct us_data *us, struct scsi_cmnd *srb);