diff options
| author | Elliot Berman <[email protected]> | 2023-02-03 21:09:52 +0000 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-02-09 03:15:16 +0000 |
| commit | 3bf90eca76c98c55c975fa817799789b9176f9f3 (patch) | |
| tree | 78d491fd78d78baf0b205e6e4c675f33737891b8 /drivers/misc/fastrpc.c | |
| parent | MAINTAINERS: Update qcom CPR maintainer entry (diff) | |
| download | kernel-3bf90eca76c98c55c975fa817799789b9176f9f3.tar.gz kernel-3bf90eca76c98c55c975fa817799789b9176f9f3.zip | |
firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
Move include/linux/qcom_scm.h to include/linux/firmware/qcom/qcom_scm.h.
This removes 1 of a few remaining Qualcomm-specific headers into a more
approciate subdirectory under include/.
Suggested-by: Bjorn Andersson <[email protected]>
Signed-off-by: Elliot Berman <[email protected]>
Reviewed-by: Guru Das Srinagesh <[email protected]>
Acked-by: Mukesh Ojha <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/misc/fastrpc.c')
| -rw-r--r-- | drivers/misc/fastrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/fastrpc.c b/drivers/misc/fastrpc.c index c9902a1dcf5d..04f80e754477 100644 --- a/drivers/misc/fastrpc.c +++ b/drivers/misc/fastrpc.c @@ -18,7 +18,7 @@ #include <linux/rpmsg.h> #include <linux/scatterlist.h> #include <linux/slab.h> -#include <linux/qcom_scm.h> +#include <linux/firmware/qcom/qcom_scm.h> #include <uapi/misc/fastrpc.h> #include <linux/of_reserved_mem.h> |
