Message ID | 20241218104424.1257880-3-danishanwar@ti.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Fix compilation errors with pruss APIs | expand |
On 18/12/2024 12:44, MD Danish Anwar wrote: > include/linux/pruss_driver.h is an orphan file. Add entry for this in > the MAINATAINERS file. s/MAINATAINERS/MAINTAINERS > > Signed-off-by: MD Danish Anwar <danishanwar@ti.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bc992f10a2f6..069817391e9f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -23638,6 +23638,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git > F: Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml > F: drivers/pmdomain/ti/omap_prm.c > F: drivers/soc/ti/* > +F: include/linux/pruss_driver.h > > TI LM49xxx FAMILY ASoC CODEC DRIVERS > M: M R Swami Reddy <mr.swami.reddy@ti.com>
diff --git a/MAINTAINERS b/MAINTAINERS index bc992f10a2f6..069817391e9f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23638,6 +23638,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git F: Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml F: drivers/pmdomain/ti/omap_prm.c F: drivers/soc/ti/* +F: include/linux/pruss_driver.h TI LM49xxx FAMILY ASoC CODEC DRIVERS M: M R Swami Reddy <mr.swami.reddy@ti.com>
include/linux/pruss_driver.h is an orphan file. Add entry for this in the MAINATAINERS file. Signed-off-by: MD Danish Anwar <danishanwar@ti.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)