diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-29 09:18:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-29 09:18:52 -0700 |
commit | c35c486c127c7a777982f7cb4ec82b048a9ecfcb (patch) | |
tree | 40b38698ecdf532e94f0cf7a7284e8f8e912b7b8 | |
parent | b547f9b30091bbd91f8ad2c89db277425db812f9 (diff) | |
parent | 7ebf243a201856adcac240e490596bb908ee5fcc (diff) |
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
-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> |