diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index ca5d25225aab..8d8e2675d07f 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -441,6 +441,7 @@ struct device { | |||
441 | struct dev_archdata archdata; | 441 | struct dev_archdata archdata; |
442 | 442 | ||
443 | struct device_node *of_node; /* associated device tree node */ | 443 | struct device_node *of_node; /* associated device tree node */ |
444 | const struct of_device_id *of_match; /* matching of_device_id from driver */ | ||
444 | 445 | ||
445 | dev_t devt; /* dev_t, creates the sysfs "dev" */ | 446 | dev_t devt; /* dev_t, creates the sysfs "dev" */ |
446 | 447 | ||