From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-f196.google.com (mail-il1-f196.google.com [209.85.166.196]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id EAF33420625 for ; Sun, 13 Dec 2020 06:59:09 +0100 (CET) Received: by mail-il1-f196.google.com with SMTP id k8so12795837ilr.4 for ; Sat, 12 Dec 2020 21:59:09 -0800 (PST) From: Michael D Labriola To: drbd-dev@lists.linbit.com Date: Sun, 13 Dec 2020 00:58:54 -0500 Message-Id: <20201213055859.3305-4-michael.d.labriola@gmail.com> In-Reply-To: <20201213055859.3305-1-michael.d.labriola@gmail.com> References: <20201213055859.3305-1-michael.d.labriola@gmail.com> Subject: [Drbd-dev] [PATCH 3/8] drbd: don't include vermagic.h List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Compilation fails because "This header can be included from kernel/module.c or *.mod.c only". Leaving it out seems to work just fine. Signed-off-by: Michael D Labriola --- drbd/drbd_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drbd/drbd_main.c b/drbd/drbd_main.c index 98a94a16..fe1a0b31 100644 --- a/drbd/drbd_main.c +++ b/drbd/drbd_main.c @@ -16,7 +16,6 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include -#include #include #include #include -- 2.17.1