Skip to content

Commit 3dd64f9

Browse files
committed
driver: Replace linux/of.h include with linux/mod_devicetable.h
The driver only uses of_device_id, so this is more precise.
1 parent 59775c7 commit 3dd64f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def generate_includes(p: Panel, options: Options) -> str:
1414
includes = {
1515
'linux': {
1616
'module.h',
17+
'mod_devicetable.h',
1718
'delay.h',
18-
'of.h',
1919
},
2020
'video': set(),
2121
'drm': {

0 commit comments

Comments
 (0)