From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) (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 E6D3D41764; Mon, 12 Feb 2024 17:04:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707757493; cv=none; b=MqpjZZ7pQklLXUzOhzPCxmkSVlS2EF77AyKtlYG4gYEk8IQCtOUYbfjPfNXmNHSdEsGXYwXjzPOhLMIcObFcHPCxB0N8qy/A+4xHUpjH59dSRQu4ltw8p+dx50QmffPgGC+pAMtdplBXdQP+SP+/z8hFMdr5fVA2XHvAESHNYh0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707757493; c=relaxed/simple; bh=T7Mp/G619hZCfbmKq4sfu5Mlrc26ZVC0R/tzaJ91tuc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=l3OVrSN71A1yvjODEQu3A/jmRgZe4TRmCjBdD5c3vFG28wyhET9tFLU4JN2Tnp0Giw9/9nGomXSvqsjXxP7mnlry4rmPZdKprHC1apBiPoO5ZqGQC1WNNFjly9KB6OOazYC2Q54wPcIDH+1eP0Wh+Gu3JHoG7aRX1WeNuXWjhcQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=d6CtesN0; arc=none smtp.client-ip=198.175.65.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="d6CtesN0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1707757492; x=1739293492; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=T7Mp/G619hZCfbmKq4sfu5Mlrc26ZVC0R/tzaJ91tuc=; b=d6CtesN0w0FZKj1ZTZ9lc+9xsf/dP8IlKvnpU3iVmD/ML9Cduz/Ao7jp gLTuodxN4MJU6rhhltsdvsI7ipBaL6FvoQ6Rgq6n0x3JSJ+k66WZZIrF/ wVwjc6NWLN/B89lHZCxWtew1LpsDnw08xIrZiCTj/Y+vlaYfLdeGWLP7d ZCuQ8fRXv5+tFNq8/AF1y+o+zqY8dpq35c9/7zsAw/zgxrrRS5o/pvyR8 TXYnGMjDxa4Qcs8SbhoumGG5RoPPxKjdamaHCcA4PnDha8+0S1NKzUB3q 28eRQ7UIaHHEeKwb66tntCg9/BNDjgfLBV247Td3y6MkhbXaRm7Tf2I8d Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10982"; a="19153201" X-IronPort-AV: E=Sophos;i="6.06,264,1705392000"; d="scan'208";a="19153201" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2024 09:04:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10982"; a="935116820" X-IronPort-AV: E=Sophos;i="6.06,264,1705392000"; d="scan'208";a="935116820" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga001.fm.intel.com with ESMTP; 12 Feb 2024 09:04:46 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id C465D204; Mon, 12 Feb 2024 19:04:42 +0200 (EET) From: Andy Shevchenko To: Andy Shevchenko , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andy Shevchenko , Geert Uytterhoeven , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Robin van der Gracht , Paul Burton Subject: [PATCH v2 05/15] auxdisplay: linedisp: Add missing header(s) Date: Mon, 12 Feb 2024 19:01:38 +0200 Message-ID: <20240212170423.2860895-6-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1.gbec44491f096 In-Reply-To: <20240212170423.2860895-1-andriy.shevchenko@linux.intel.com> References: <20240212170423.2860895-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Do not imply that some of the generic headers may be always included. Instead, include explicitly what we are direct user of. Signed-off-by: Andy Shevchenko --- drivers/auxdisplay/line-display.c | 3 +++ drivers/auxdisplay/line-display.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/drivers/auxdisplay/line-display.c b/drivers/auxdisplay/line-display.c index 8d91c2099661..a0339e4b5939 100644 --- a/drivers/auxdisplay/line-display.c +++ b/drivers/auxdisplay/line-display.c @@ -10,8 +10,11 @@ #include +#include #include +#include #include +#include #include #include #include diff --git a/drivers/auxdisplay/line-display.h b/drivers/auxdisplay/line-display.h index 1fbe57fdc4cb..d72c1899dc50 100644 --- a/drivers/auxdisplay/line-display.h +++ b/drivers/auxdisplay/line-display.h @@ -11,6 +11,9 @@ #ifndef _LINEDISP_H #define _LINEDISP_H +#include +#include + /** * struct linedisp - character line display private data structure * @dev: the line display device -- 2.43.0.rc1.1.gbec44491f096