From: Heikki Krogerus Date: Tue, 18 Jun 2024 12:00:24 +0000 (+0300) Subject: usb: typec: ucsi: Changing the driver data type to void X-Git-Tag: io_uring-6.11-20240722~10^2~64 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3560b37525d3c9059c62da7f4d74daa2d5338626;p=linux-block.git usb: typec: ucsi: Changing the driver data type to void Let's use the same data type as struct device. Signed-off-by: Heikki Krogerus Link: https://lore.kernel.org/r/20240618120024.3384047-1-heikki.krogerus@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/typec/ucsi/ucsi.h b/drivers/usb/typec/ucsi/ucsi.h index 97eda8cd63df..1280cac314fe 100644 --- a/drivers/usb/typec/ucsi/ucsi.h +++ b/drivers/usb/typec/ucsi/ucsi.h @@ -395,7 +395,7 @@ struct ucsi_debugfs_entry { struct ucsi { u16 version; struct device *dev; - struct driver_data *driver_data; + void *driver_data; const struct ucsi_operations *ops;