From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8D9502562E for ; Mon, 1 Jul 2024 16:19:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719850756; cv=none; b=Qztto79K3t05iv3JRqN1u13EdjMeeweT95+Bzff/lomXDHBVICDQRGwHV1fg6QMUAUVgltVO9lByygQDUt7gne/2+Rta/AKGvEFyooyFo5dgnalpxb9Pg3u4ZaiPtQWqxwBMUVzfDevb/mrxzjV4KJjrEnYr7GCNYEeCtVhQWvQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719850756; c=relaxed/simple; bh=dLVgkVL5LeWt7JxWdFhj/ivushHoW6Ug6ubH0rv2e+c=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Hir4VHONMDzvmyzyqqCN5I/Hz4sOm3+jBuHR9VlnWK0bhkB90/Ps40+LP+NL8/NVYMCC3BxwRnDB22s4t7bqRT+qgnTKPl3cOjOWBVyXUs6fMVsObBboUC/g5H6vku0SdDWUOYyX1X0mmhpLSBGN3Sm54BY1FfyyV5fX7iUoUPk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C50A1339; Mon, 1 Jul 2024 09:19:38 -0700 (PDT) Received: from [10.1.196.72] (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8888F3F73B; Mon, 1 Jul 2024 09:19:12 -0700 (PDT) Message-ID: <55eb7d9a-7256-44f9-ad50-e4d7dd8ac007@arm.com> Date: Mon, 1 Jul 2024 17:19:11 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 5/5] x86/vdso: Remove unused include To: Anna-Maria Behnsen , Andy Lutomirski , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , x86@kernel.org References: <20240701-vdso-cleanup-v1-0-36eb64e7ece2@linutronix.de> <20240701-vdso-cleanup-v1-5-36eb64e7ece2@linutronix.de> Content-Language: en-US From: Vincenzo Frascino In-Reply-To: <20240701-vdso-cleanup-v1-5-36eb64e7ece2@linutronix.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 01/07/2024 15:47, Anna-Maria Behnsen wrote: > Including hrtimer.h is not required and is probably a historical > leftover. Remove it. > > Cc: Ingo Molnar > Cc: Borislav Petkov > Cc: Dave Hansen > Cc: H. Peter Anvin > Cc: x86@kernel.org > Signed-off-by: Anna-Maria Behnsen Reviewed-by: Vincenzo Frascino > --- > arch/x86/include/asm/vdso/vsyscall.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/include/asm/vdso/vsyscall.h b/arch/x86/include/asm/vdso/vsyscall.h > index be199a9b2676..93226281b450 100644 > --- a/arch/x86/include/asm/vdso/vsyscall.h > +++ b/arch/x86/include/asm/vdso/vsyscall.h > @@ -4,7 +4,6 @@ > > #ifndef __ASSEMBLY__ > > -#include > #include > #include > #include > -- Regards, Vincenzo