net: Always allocate at least 16 skb frags regardless of page size
[firefly-linux-kernel-4.4.55.git] / include / linux / device.h
index dba775a68752685e4f02eae24db4ddd63d2e8512..144ec135875fb06e66f08292681103825ccbfb2c 100644 (file)
@@ -442,6 +442,7 @@ struct device {
        struct dev_archdata     archdata;
 
        struct device_node      *of_node; /* associated device tree node */
+       const struct of_device_id *of_match; /* matching of_device_id from driver */
 
        dev_t                   devt;   /* dev_t, creates the sysfs "dev" */