Commit 75caec0
i2c: atr: Fix wrong include
The fwnode.h is not supposed to be used by the drivers as it
has the definitions for the core parts for different device
property provider implementations. Drop it.
Note, that fwnode API for drivers is provided in property.h
which is included here.
Fixes: a076a86 ("media: i2c: add I2C Address Translator (ATR) support")
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Mukesh Kumar Savaliya <[email protected]>
Reviewed-by: Luca Ceresoli <[email protected]>
Reviewed-by: Tomi Valkeinen <[email protected]>
[wsa: reworded subject]
Signed-off-by: Wolfram Sang <[email protected]>1 parent 8ffd015 commit 75caec0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments