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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 756F6C06510 for ; Mon, 1 Jul 2019 21:50:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5782B21479 for ; Mon, 1 Jul 2019 21:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727033AbfGAVuH (ORCPT ); Mon, 1 Jul 2019 17:50:07 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:40636 "EHLO mx1.mailbox.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726962AbfGAVuH (ORCPT ); Mon, 1 Jul 2019 17:50:07 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id B73535056B; Mon, 1 Jul 2019 23:50:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id kzfzqjDOrvTw; Mon, 1 Jul 2019 23:50:00 +0200 (CEST) From: Hauke Mehrtens To: backports@vger.kernel.org Cc: Hauke Mehrtens Subject: [PATCH 18/18] header: add support for GCC7 and GCC8 Date: Mon, 1 Jul 2019 23:49:14 +0200 Message-Id: <20190701214914.8066-20-hauke@hauke-m.de> In-Reply-To: <20190701214914.8066-1-hauke@hauke-m.de> References: <20190701214914.8066-1-hauke@hauke-m.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: backports-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: backports@vger.kernel.org Older kernel versions are missing these files and still try to include them, add them to make compile testing on recent system easier. Signed-off-by: Hauke Mehrtens --- backport/backport-include/linux/compiler-gcc8.h | 1 + backport/backport-include/linux/compiler-gcc9.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 backport/backport-include/linux/compiler-gcc8.h create mode 100644 backport/backport-include/linux/compiler-gcc9.h diff --git a/backport/backport-include/linux/compiler-gcc8.h b/backport/backport-include/linux/compiler-gcc8.h new file mode 100644 index 00000000..9ff99f0d --- /dev/null +++ b/backport/backport-include/linux/compiler-gcc8.h @@ -0,0 +1 @@ +#include diff --git a/backport/backport-include/linux/compiler-gcc9.h b/backport/backport-include/linux/compiler-gcc9.h new file mode 100644 index 00000000..9ff99f0d --- /dev/null +++ b/backport/backport-include/linux/compiler-gcc9.h @@ -0,0 +1 @@ +#include -- 2.20.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in