Commit 3560b375 authored by Heikki Krogerus's avatar Heikki Krogerus Committed by Greg Kroah-Hartman

usb: typec: ucsi: Changing the driver data type to void

Let's use the same data type as struct device.
Signed-off-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240618120024.3384047-1-heikki.krogerus@linux.intel.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 06f49cc2
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment