diff options
| author | Thomas Huth <thuth@redhat.com> | 2023-10-20 08:09:33 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2023-11-13 11:35:47 +0100 |
| commit | 4940da2096f969cb21fc23e0fd6f52e766bf4fdf (patch) | |
| tree | 981056f0c94286b64a7a026863f26a44fc715373 | |
| parent | 8011b508cf0ddbdbda03820f4fa6cd484a6d9aed (diff) | |
| download | focaccia-qemu-4940da2096f969cb21fc23e0fd6f52e766bf4fdf.tar.gz focaccia-qemu-4940da2096f969cb21fc23e0fd6f52e766bf4fdf.zip | |
MAINTAINERS: Add include/hw/input/pl050.h to the PrimeCell/CMSDK section
The corresponding pl050.c file is already listed here, so we should mention the header here, too. Message-ID: <20231020060936.524988-2-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e73a3ff544..ccc7aa3e3e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -657,6 +657,7 @@ F: include/hw/dma/pl080.h F: hw/dma/pl330.c F: hw/gpio/pl061.c F: hw/input/pl050.c +F: include/hw/input/pl050.h F: hw/intc/pl190.c F: hw/sd/pl181.c F: hw/ssi/pl022.c |