From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 08169217F36 for ; Thu, 5 Dec 2024 13:20:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.89 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733404858; cv=none; b=uVYFrrvgDG2WxX+uNFRQs2jBecUcyLWHjXSnWjDczKBAzlt2/BC/5Ix82CbqrQSsqgb8k1GSyjp4w4gYdA7zu3z3fSOCwPqY2L88cE8Ulii/uAQliRCP2ob+8PAMlmXY6Z9Wr0ua96zdq471uVc6Ac7BwaZ75i/yjIg1eztM5Wo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733404858; c=relaxed/simple; bh=TwCVMEaIFCU/f0bq7GD0tlIQDJxi7Q9XSUB8F8uYgp0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=p+aPuHoaj6karSCerO251kEdZdFPdlVAp7dfkwnmuF36z4QLFGrSmYRuGR/ClKMH9ctluQAVq8x3Y8cgLRknuqFaDw+32WJ0pu/QUmrfxzYY5emIG3RQBq+sotdnwYyWNZ2vnQds/Lfoh/CVYm/xn2CqjoLH9yAC9arr/coA1Jw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.89 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:b16a:6561:fa1:2b32]) by laurent.telenet-ops.be with cmsmtp id l1Lo2D00D3EEtj2011LoH3; Thu, 05 Dec 2024 14:20:54 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tJBmh-000LQl-Hr; Thu, 05 Dec 2024 14:20:48 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tJBmi-00EQdL-8s; Thu, 05 Dec 2024 14:20:48 +0100 From: Geert Uytterhoeven To: Oleg Nesterov , Arnd Bergmann , Yury Norov , Rasmus Villemoes , Andy Whitcroft , Joe Perches , Dwaipayan Ray , Lukas Bulwahn , Masahiro Yamada , Nathan Chancellor , Nicolas Schier Cc: linux-arch@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/3] Update reference to include/asm- Date: Thu, 5 Dec 2024 14:20:41 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi all, Despite "include/asm-" having been replaced by "arch//include/asm" 15 years ago, there are still several references left. This patch series updates the most visible ones. Thanks for your comments! Geert Uytterhoeven (3): checkpatch: Update reference to include/asm- kbuild: Drop support for include/asm- in headers_check.pl include: Update references to include/asm- include/asm-generic/syscall.h | 2 +- include/linux/bitmap.h | 2 +- include/linux/types.h | 2 +- scripts/checkpatch.pl | 2 +- usr/include/headers_check.pl | 4 ---- 5 files changed, 4 insertions(+), 8 deletions(-) -- 2.34.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds