Re: [PATCH] Input: elan_i2c - Use device-id/acpi.h for ACPI IDs
Dmitry Torokhov <[email protected]>
| Newsgroups | org.kernel.vger.linux-input,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 09, 2026 at 10:29:28PM +0800, Longlong Xia wrote: > From: Longlong Xia <[email protected]> > > elan-i2c-ids.h only needs struct acpi_device_id from the ACPI > device ID definitions. The MODULE_DEVICE_TABLE() user already includes > <linux/module.h>. > > Include <linux/device-id/acpi.h> instead of the broader > <linux/mod_devicetable.h> header. > > Assisted-by: Codex:GPT-5 > Signed-off-by: Longlong Xia <[email protected]> Applied, thank you. -- Dmitry