From patchwork Tue Jan 3 14:50:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13087534 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 8F2028466 for ; Tue, 3 Jan 2023 14:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672757401; x=1704293401; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KZT3GLGea18xrh0159ZCMIKk1nB2l1hDsCRc+7jdyug=; b=XK9OaKiX+9jjWQ6PfuChEuYJpibPtf4v0x+rCUghSeRiuKTZ6jFjNiL1 N51NpW3QAw6tcmaRztX9S50B4PyUIVCVerhcbpXA1e9rJ0UbzJFkX8wJ9 x1YqLaGgcwBzywPTduaeKvJfMDxoG+mb7pqAYL/Vmjz1j0KsDePjSLBw4 +aMIhjLlBqys9DrGHgsNg37yQClPZPKJJFyYrqN0TGxukBaDTUINR6PvQ SxokHRQDddh5UCTDH98LVXEHThiklbTQyCFrlNDy3yUVfcgk2UwhApwoY ryiz2K2q5S/eKwFV2xalzZZ8/9+yiybC3v6Fulw7isCVOsYeNlfYnC6yq Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="386109543" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="386109543" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 06:50:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="718116317" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="718116317" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga008.fm.intel.com with ESMTP; 03 Jan 2023 06:49:58 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id BE306F4; Tue, 3 Jan 2023 16:50:30 +0200 (EET) From: Andy Shevchenko To: Tzung-Bi Shih , Guenter Roeck , chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org Cc: Benson Leung , Andy Shevchenko Subject: [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic Date: Tue, 3 Jan 2023 16:50:23 +0200 Message-Id: <20230103145023.40055-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.35.1 Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 There is no point to specify asm-generic for the unaligned.h. Drop the 'generic' suffix. Signed-off-by: Andy Shevchenko Reviewed-by: Guenter Roeck --- drivers/platform/chrome/cros_ec_proto_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/platform/chrome/cros_ec_proto_test.c b/drivers/platform/chrome/cros_ec_proto_test.c index c6a83df91ae1..08c58d031593 100644 --- a/drivers/platform/chrome/cros_ec_proto_test.c +++ b/drivers/platform/chrome/cros_ec_proto_test.c @@ -5,7 +5,8 @@ #include -#include +#include + #include #include