[PATCH RFC 10/40] compat: add linux/regmap.h symlink
Casey Connolly
casey.connolly at linaro.org
Thu Mar 19 21:56:32 CET 2026
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 <casey.connolly at linaro.org>
---
include/linux/regmap.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
new file mode 120000
index 000000000000..8a3780b5cebd
--- /dev/null
+++ b/include/linux/regmap.h
@@ -0,0 +1 @@
+../regmap.h
\ No newline at end of file
--
2.51.0
More information about the U-Boot
mailing list