Re: [PATCH v2 2/2] staging: sm750fb: remove unused <linux/platform_device.h> include
From: Greg Kroah-Hartman
Date: Tue May 12 2026 - 02:17:04 EST
On Tue, May 12, 2026 at 11:55:12AM +0545, Chhabilal Dangal wrote:
> sm750_accel.c and sm750_cursor.c include <linux/platform_device.h>
> but never call any platform device APIs. This is a PCI driver.
>
> Remove the dead includes.
You do more than just that in this patch :(