diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-29 18:18:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-29 18:18:52 +0200 |
commit | c35c486c127c7a777982f7cb4ec82b048a9ecfcb (patch) | |
tree | 40b38698ecdf532e94f0cf7a7284e8f8e912b7b8 /drivers/hsi | |
parent | Merge tag 'for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... (diff) | |
parent | hsi: omap_ssi: Explicitly include correct DT includes (diff) | |
download | linux-c35c486c127c7a777982f7cb4ec82b048a9ecfcb.tar.xz linux-c35c486c127c7a777982f7cb4ec82b048a9ecfcb.zip |
Merge tag 'hsi-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
Pull HSI update from Sebastian Reichel:
- explicitly include correct DT includes
* tag 'hsi-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi:
hsi: omap_ssi: Explicitly include correct DT includes
Diffstat (limited to 'drivers/hsi')
-rw-r--r-- | drivers/hsi/controllers/omap_ssi_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hsi/controllers/omap_ssi_core.c b/drivers/hsi/controllers/omap_ssi_core.c index 84ba8b875199..4c1a00f9929e 100644 --- a/drivers/hsi/controllers/omap_ssi_core.c +++ b/drivers/hsi/controllers/omap_ssi_core.c @@ -25,6 +25,7 @@ #include <linux/debugfs.h> #include <linux/pinctrl/consumer.h> #include <linux/pm_runtime.h> +#include <linux/of.h> #include <linux/of_platform.h> #include <linux/hsi/hsi.h> #include <linux/idr.h> |