mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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:
parent
06f49cc255
commit
3560b37525
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user