diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index d6d34084fd37..60423e687205 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -366,8 +366,6 @@ struct device_dma_parameters { | |||
366 | }; | 366 | }; |
367 | 367 | ||
368 | struct device { | 368 | struct device { |
369 | struct klist klist_children; | ||
370 | struct klist_node knode_parent; /* node in sibling list */ | ||
371 | struct klist_node knode_driver; | 369 | struct klist_node knode_driver; |
372 | struct klist_node knode_bus; | 370 | struct klist_node knode_bus; |
373 | struct device *parent; | 371 | struct device *parent; |