From fae701400dd040165d713993b06239f3b4dcd9b9 Mon Sep 17 00:00:00 2001 From: Casey Connolly Date: Wed, 1 Apr 2026 16:15:24 +0200 Subject: 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 --- include/linux/regmap.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 include/linux/regmap.h (limited to 'include/linux') 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 -- cgit v1.2.3