From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2DAFC32772 for ; Sun, 21 Aug 2022 14:57:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230486AbiHUO5H (ORCPT ); Sun, 21 Aug 2022 10:57:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbiHUO5G (ORCPT ); Sun, 21 Aug 2022 10:57:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE306222AB; Sun, 21 Aug 2022 07:57:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3F3E360EEA; Sun, 21 Aug 2022 14:57:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C06FC43141; Sun, 21 Aug 2022 14:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661093824; bh=r1o2z8hDVx+DkQVhNEo4UP5pCNnqLvLh2RdwYu9Y3FI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=img3vVKpcn75aMsadrwMj0PbEHi9Nj5a3/cS0SSGQNR1z+gxHDU/Tiv1zGgzLH8mj 93RtoZNZhgrhOeVNxVURRkUYd8AAbWWqtXbuQQcTZh+VDuOVZ5BSpyOu6CyYWb/HBw edUt13y6gCKaLWGVG6b/8cgobbISBdQMtLjg++Tc2h9QEZGOog+WV3unC+WwSihijZ XQnM6BYeXYHB7SOS/hIm+9DZwNdfAx1MRqoAP0Ml4jdM5hFsyIIHiH8K4RVb6ZPGgp s2mvAZyt1PmI21DTpFK86UD+cexf2aR0E3GAstPTHCd6mv1fTCfcUeO+fA1dB92dAD rf/06AvbvaM/Q== Received: by mail-vs1-f51.google.com with SMTP id q67so84220vsa.1; Sun, 21 Aug 2022 07:57:04 -0700 (PDT) X-Gm-Message-State: ACgBeo1tAtC2qwuyHEHUE/AJKBRFKl9ADIZXmVft67F2BnYxk8vlHwgb /a02k9YTZGX6j2s9IgmY32q36apxAcgxx4t9Bqs= X-Google-Smtp-Source: AA6agR6uik2WYsHTIHPI6VOd70EN0gYfjVxQa+9I5vht736nLZJn3U/f+UTmPxQbzVPgvtzIUExkEB6v8pqhltBG3vQ= X-Received: by 2002:a67:df81:0:b0:390:21a3:823a with SMTP id x1-20020a67df81000000b0039021a3823amr3929876vsk.70.1661093823533; Sun, 21 Aug 2022 07:57:03 -0700 (PDT) MIME-Version: 1.0 References: <20220821010239.1554132-1-viro@zeniv.linux.org.uk> In-Reply-To: <20220821010239.1554132-1-viro@zeniv.linux.org.uk> From: Huacai Chen Date: Sun, 21 Aug 2022 22:56:50 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/8] loongarch: remove generic-y += termios.h To: Al Viro Cc: linux-arch , Linus Torvalds , LKML , Greg Kroah-Hartman Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Acked-by: chenhuacai On Sun, Aug 21, 2022 at 9:02 AM Al Viro wrote: > > not really needed - UAPI mandatory-y += termios.h is sufficient... > > Signed-off-by: Al Viro > --- > arch/loongarch/include/asm/Kbuild | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/loongarch/include/asm/Kbuild b/arch/loongarch/include/asm/Kbuild > index 83bc0681e72b..f2bcfcb4e311 100644 > --- a/arch/loongarch/include/asm/Kbuild > +++ b/arch/loongarch/include/asm/Kbuild > @@ -21,7 +21,6 @@ generic-y += shmbuf.h > generic-y += statfs.h > generic-y += socket.h > generic-y += sockios.h > -generic-y += termios.h > generic-y += termbits.h > generic-y += poll.h > generic-y += param.h > -- > 2.30.2 >