[PATCH RFC 10/40] compat: add linux/regmap.h symlink
Casey Connolly <[email protected]> Thu, 19 Mar 2026 21:56:32 +0100
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
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]> --- 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