Re: [PATCH] soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.h

From: Greg Kroah-Hartman
Date: Sat Feb 04 2023 - 02:52:11 EST


On Fri, Feb 03, 2023 at 01:01:32PM -0800, Elliot Berman wrote:
> 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@xxxxxxxxxxx>
> ---
> drivers/i2c/busses/i2c-qcom-geni.c | 2 +-
> drivers/soc/qcom/qcom-geni-se.c | 2 +-
> drivers/spi/spi-geni-qcom.c | 2 +-
> drivers/tty/serial/qcom_geni_serial.c | 2 +-
> include/linux/{qcom-geni-se.h => soc/qcom/geni-se.h} | 0
> 5 files changed, 4 insertions(+), 4 deletions(-)
> rename include/linux/{qcom-geni-se.h => soc/qcom/geni-se.h} (100%)

Who do you want to take this patch? Through what tree? I can take it
through the tty tree if no one objects, otherwise if someone else is:

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>