summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorElliot Berman <quic_eberman@quicinc.com>2023-02-04 00:01:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-02-09 15:27:07 +0300
commit491581f40e4c52c4b36c83e8c75b2210ed7c358a (patch)
tree811ceb122e7c70aa00e0d46caa380963990aa475 /drivers/tty
parent684ae4f9513c2bb9443794608b7fc754c4ca2483 (diff)
downloadlinux-491581f40e4c52c4b36c83e8c75b2210ed7c358a.tar.xz
soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.h
Move include/linux/qcom-geni-se.h to include/linux/soc/qcom/geni-se.h. This removes 1 of a few remaining Qualcomm-specific headers into a more approciate subdirectory under include/. Signed-off-by: Elliot Berman <quic_eberman@quicinc.com> Acked-by: Bjorn Andersson <andersson@kernel.org> Acked-by: Wolfram Sang <wsa@kernel.org> # for I2C Reviewed-by: Guru Das Srinagesh <quic_gurus@quicinc.com> Link: https://lore.kernel.org/r/20230203210133.3552796-1-quic_eberman@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/qcom_geni_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/qcom_geni_serial.c b/drivers/tty/serial/qcom_geni_serial.c
index 7c49194ec8ac..d69592e5e2ec 100644
--- a/drivers/tty/serial/qcom_geni_serial.c
+++ b/drivers/tty/serial/qcom_geni_serial.c
@@ -16,7 +16,7 @@
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <linux/pm_wakeirq.h>
-#include <linux/qcom-geni-se.h>
+#include <linux/soc/qcom/geni-se.h>
#include <linux/serial.h>
#include <linux/serial_core.h>
#include <linux/slab.h>