diff options
| author | Casey Connolly <[email protected]> | 2026-04-01 16:15:24 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-21 11:19:49 -0600 |
| commit | fae701400dd040165d713993b06239f3b4dcd9b9 (patch) | |
| tree | 0b7b25eaaa80a34a480369dedfb2d8f3286824a3 /include/linux | |
| parent | 8e0ed228d8b062690365e439fbd40f1edd34780a (diff) | |
compat: add linux/regmap.h symlink
Add a symlink to the Linux regmap.h path so that drivers ported from
Linux don't all need additional changes to include the U-Boot specific
path.
Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'include/linux')
| l--------- | include/linux/regmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h new file mode 120000 index 00000000000..8a3780b5ceb --- /dev/null +++ b/include/linux/regmap.h @@ -0,0 +1 @@ +../regmap.h
\ No newline at end of file |
