diff options
author | Kate Hsuan <hpa@redhat.com> | 2021-08-20 14:04:53 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-08-20 21:11:23 +0300 |
commit | c3d3586d12b106dd96c80febd571760a0b4095a5 (patch) | |
tree | 03b6a03e404eddbb1dd7fe5aa06b037de5efa967 /MAINTAINERS | |
parent | 76693f5705828aa63c5cc52e407761964c6a4280 (diff) | |
download | linux-c3d3586d12b106dd96c80febd571760a0b4095a5.tar.xz |
platform/x86: intel-hid: Move to intel sub-directory
Move Intel HID driver to intel sub-directory to improve readability.
Signed-off-by: Kate Hsuan <hpa@redhat.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210820110458.73018-16-andriy.shevchenko@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 429b8b5c5283..5339b210d6a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9321,7 +9321,7 @@ INTEL HID EVENT DRIVER M: Alex Hung <alex.hung@canonical.com> L: platform-driver-x86@vger.kernel.org S: Maintained -F: drivers/platform/x86/intel-hid.c +F: drivers/platform/x86/intel/hid.c INTEL I/OAT DMA DRIVER M: Dave Jiang <dave.jiang@intel.com> |