From: Casey Connolly Date: Wed, 1 Apr 2026 14:15:24 +0000 (+0200) Subject: compat: add linux/regmap.h symlink X-Git-Tag: v2026.07-rc1~34^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae701400dd040165d713993b06239f3b4dcd9b9;p=thirdparty%2Fu-boot.git 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 --- 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