diff options
| author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-07-22 23:33:24 +0200 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-07-22 23:33:24 +0200 |
| commit | 0d949905271daed53f1fa3f31db178f987217605 (patch) | |
| tree | 5607bdda54d00decf7e03eb2f041b198a866cbe5 /include | |
| parent | 89b135ba1b73cd54a09283b39420c90538283801 (diff) | |
| parent | efdafd6895b2c454f1791de32248725879ded090 (diff) | |
Merge tag 'ds2760-for-v4.19-signed' into psy-next
Immutable branch for moving ds2760 driver from w1 to power supply
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/w1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/w1.h b/include/linux/w1.h index 694101f744c7..3111585c371f 100644 --- a/include/linux/w1.h +++ b/include/linux/w1.h @@ -274,6 +274,8 @@ struct w1_family { struct w1_family_ops *fops; + const struct of_device_id *of_match_table; + atomic_t refcnt; }; |
