From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 79C6742B728; Tue, 12 May 2026 06:14:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778566488; cv=none; b=NFtZyF9X2zWWCSZ2KJ8UsdtmivEQGXQQvWz44KoFzFWviMRJ/muEWDVrz7wsJ1VPr/hGGCzg+Wj4S9radsrch/GixCvB1mPFFRing1mV8+dU7ggDfZNr7V38HjNniOxkxln5/NRWpqqooN/6rFv9bNgRLCiZ+4zwwL0u/xodsns= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778566488; c=relaxed/simple; bh=cd1CqkS2Id3CsmjakAe2k0YJ3P9OsGuvQpUAAon0VYg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z5lCc0qDdIoK8z7wTx8fQGSMOliTj60NVLsDI9f1O/o8ZHvgLNo32uw8QmXzZTN/yPsv/GQhe6OGrrDNSGlx85461IYdPsFo+okcBlYXZOuy5L+9jfI+cn0K9GtoIZEJRAoyHgoTY8NaA0ZbXeheHXkH3qq2lmgWidsB8L1cLCs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=vKeurG5b; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="vKeurG5b" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DEC3C2BCB0; Tue, 12 May 2026 06:14:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778566487; bh=cd1CqkS2Id3CsmjakAe2k0YJ3P9OsGuvQpUAAon0VYg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vKeurG5b8KPsxXfEAodvbiXcIPopEo1YjjSNUiaQGiizFlQtZqkou8z0GivKSy1N1 OET/prZ0sfI/NzP+bmAy1MAojctXl/hUItlrZzJngGPRRioxNMkGls+t6PxPp8b08A 54rDE9j+8Tdzg1ekAabU3v7vadtkJtntOMk00Hps= Date: Tue, 12 May 2026 08:13:58 +0200 From: Greg Kroah-Hartman To: Chhabilal Dangal Cc: Sudip Mukherjee , Teddy Wang , linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] staging: sm750fb: remove unused include Message-ID: <2026051248-tuesday-reissue-b86b@gregkh> References: <20260512061012.76252-1-yogeshdangal66@gmail.com> <20260512061012.76252-2-yogeshdangal66@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260512061012.76252-2-yogeshdangal66@gmail.com> On Tue, May 12, 2026 at 11:55:12AM +0545, Chhabilal Dangal wrote: > sm750_accel.c and sm750_cursor.c include > 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 :(