diff options
| author | Wei Yang <[email protected]> | 2019-01-18 02:34:59 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-01-18 15:55:48 +0000 |
| commit | 570d0200123fb4f809aa2f6226e93a458d664d70 (patch) | |
| tree | 7da09bb196cd7cd3dcc845f9ed96466fa3a15eeb /drivers/base/firmware_loader/fallback_table.c | |
| parent | sysfs: fix blank line coding style warning (diff) | |
| download | kernel-570d0200123fb4f809aa2f6226e93a458d664d70.tar.gz kernel-570d0200123fb4f809aa2f6226e93a458d664d70.zip | |
driver core: move device->knode_class to device_private
As the description of struct device_private says, it stores data which
is private to driver core. And it already has similar fields like:
knode_parent, knode_driver, knode_driver and knode_bus. This look it is
more proper to put knode_class together with those fields to make it
private to driver core.
This patch move device->knode_class to device_private to make it comply
with code convention.
Signed-off-by: Wei Yang <[email protected]>
Reviewed-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/firmware_loader/fallback_table.c')
0 files changed, 0 insertions, 0 deletions
