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 <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240618120024.3384047-1-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Heikki Krogerus 2024-06-18 15:00:24 +03:00 committed by Greg Kroah-Hartman
parent 06f49cc255
commit 3560b37525

View File

@ -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;