From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) (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 50F5D38B7A7; Thu, 9 Jul 2026 08:23:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783585402; cv=none; b=Z/WT7quECJQBsJl0l4+4yxYWDu6GTocIwFZgaiMLofmn+XFgGVNTnT716q1ZWfKGOqIvq1KaSTwOYWUGNKiibg3F8IDRrC5eqQDmRVQkZJZKlhKIF295zYWeht5PfqQr3vpjolv2aJhL+ZccKqdDPcyz8IqXpzObvi3ZB3eWsHk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783585402; c=relaxed/simple; bh=jxyNpd1EN/8mz03lYe9jI7sYUCPetacXKvPQHcQ/S2k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=JtgfBddISl0m5NhWM3yzfevytUB3/+ZvUSqYNjNIGRmBmjlRliPBaYwHTFkYpbQ5beAVZaZxRpsCu7lMW8ur0CBJCOaruwvqp7+wAsn/Kv4yWlDosnPTnMm8g4qeyDF2S8hQXR/d46u1J1qjBm3uz9ftPvKiNfWOSWlWDPN4TZU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=czNHB981; arc=none smtp.client-ip=192.198.163.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass 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="czNHB981" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1783585399; x=1815121399; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jxyNpd1EN/8mz03lYe9jI7sYUCPetacXKvPQHcQ/S2k=; b=czNHB981iADV3766OglPLAj6DISlV8pOA4/0/BwjyR82KkeDeNqwY0gp neTqIdYw1zY1xaSNilNyH0kptABBdH3UzUkf+zagiHbsQMUsft5wshFsa fdS3zM8MF2iDUzdMg2A/gVaumOYHiEptt3pEWC+xffUhAVwQF/GeH4ZcG ykdD+PCJZ9TjvsJXGdA5+D/BNJGpdRi+UGzNt5hc40SPIUbAg6dqVYsPe v9Le/WBL2RzJHpCBSfd8guidToa+K/LwjCdjJz5Uv7IMhxoeTjBTCtTq/ l4oirr2+3Yg368wVsNkcEI2pbGuyenaMF0SrM5sx3QYUZEQdiQ5daqJFG Q==; X-CSE-ConnectionGUID: zt75uJtQTq+Ptpq1ARE5JQ== X-CSE-MsgGUID: FM7ZvIANR5mkvkeuRyY+Aw== X-IronPort-AV: E=McAfee;i="6800,10657,11841"; a="83372146" X-IronPort-AV: E=Sophos;i="6.25,154,1779174000"; d="scan'208";a="83372146" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2026 01:23:18 -0700 X-CSE-ConnectionGUID: DCdBOp04RLyi9pNNEFGxSw== X-CSE-MsgGUID: xPTghnOAQnyLu20MECdoNg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,154,1779174000"; d="scan'208";a="250535868" Received: from black.igk.intel.com ([10.91.253.5]) by fmviesa010.fm.intel.com with ESMTP; 09 Jul 2026 01:23:17 -0700 Received: by black.igk.intel.com (Postfix, from userid 1003) id 841679D; Thu, 09 Jul 2026 10:23:16 +0200 (CEST) From: Andy Shevchenko To: Andy Shevchenko , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Hans Verkuil , Mauro Carvalho Chehab , Ettore Chimenti Subject: [PATCH v1 4/8] media: cec: core: Don't use "proxy" headers Date: Thu, 9 Jul 2026 10:20:56 +0200 Message-ID: <20260709082315.72685-5-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20260709082315.72685-1-andriy.shevchenko@linux.intel.com> References: <20260709082315.72685-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko --- drivers/media/cec/core/cec-core.c | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/drivers/media/cec/core/cec-core.c b/drivers/media/cec/core/cec-core.c index 674bcb6450dc..1f12fb0caca7 100644 --- a/drivers/media/cec/core/cec-core.c +++ b/drivers/media/cec/core/cec-core.c @@ -5,16 +5,30 @@ * Copyright 2016 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ +#include +#include +#include +#include #include -#include +#include +#include +#include #include -#include -#include -#include +#include +#include +#include +#include #include +#include +#include +#include #include +#include #include #include +#include + +#include #include "cec-priv.h" -- 2.50.1