From patchwork Fri Sep 22 06:36:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 725830 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 663F6E7D0D2 for ; Fri, 22 Sep 2023 06:36:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229542AbjIVGg7 (ORCPT ); Fri, 22 Sep 2023 02:36:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229658AbjIVGg6 (ORCPT ); Fri, 22 Sep 2023 02:36:58 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 546A4114 for ; Thu, 21 Sep 2023 23:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=gkz2W+yEGWK0D1GovLU70p5L1fltJzO4Pxo6rs+vakE=; b=LpbW5J DwH7UYRFK91DiuRY7IRowz2k4edQIN9soeQwBOVe6i18ZXBazkSY2GCaoPJzmbf4 DwiKU5b7NsIB/lVNDFIX+zRxhSKcypdjWJbQvpqLlxpXY0dwVTNLTMCappiKPEoI IucOGbG/peaooRHfZnHOhidXfUm8P2PMBVXE4w9r4an0JBSakfa3sD+jemlZajza G9GwbzOCc1Fo2HPnV+hbTk+I2qZuTEJac4gz3aKy5/ign6TqkSYeU/nC0Y/RkMz1 xpRfn+CLTRMvPKC2R3QRqwX+dAqTrGzgRS2ZAcq740KqRxWMv4BuRP5YfUtISzHv +F+urR2mEehC9A1A== Received: (qmail 1276389 invoked from network); 22 Sep 2023 08:36:50 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 22 Sep 2023 08:36:50 +0200 X-UD-Smtp-Session: l3s3148p1@IrNY1ewFaroujntX From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH 1/2] serial: core: remove cruft from uapi header Date: Fri, 22 Sep 2023 08:36:41 +0200 Message-Id: <20230922063642.4120-2-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20230922063642.4120-1-wsa+renesas@sang-engineering.com> References: <20230922063642.4120-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org Remove the GPL boilerplate since we have a valid SPDX entry. Also, remove the outdated filename from the comment. Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven --- include/uapi/linux/serial_core.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index add349889d0a..92e3dd56f631 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -1,22 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* - * linux/drivers/char/serial_core.h - * * Copyright (C) 2000 Deep Blue Solutions Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _UAPILINUX_SERIAL_CORE_H #define _UAPILINUX_SERIAL_CORE_H