aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Krogerus <[email protected]>2024-06-18 15:00:24 +0300
committerGreg Kroah-Hartman <[email protected]>2024-06-20 19:31:16 +0200
commit3560b37525d3c9059c62da7f4d74daa2d5338626 (patch)
tree544e36b2ab17c9d93cb907129311e858d28bdb7d
parent06f49cc255b3ba4fa605c64d893c7c120041f549 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/typec/ucsi/ucsi.h2
1 files changed, 1 insertions, 1 deletions
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;