From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-f195.google.com (mail-qk1-f195.google.com [209.85.222.195]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id AB68D420629 for ; Sun, 13 Dec 2020 06:07:22 +0100 (CET) Received: by mail-qk1-f195.google.com with SMTP id 1so12709191qka.0 for ; Sat, 12 Dec 2020 21:07:22 -0800 (PST) From: Michael D Labriola To: drbd-dev@lists.linbit.com Date: Sun, 13 Dec 2020 00:06:59 -0500 Message-Id: <20201213050704.997-4-michael.d.labriola@gmail.com> In-Reply-To: <20201213050704.997-1-michael.d.labriola@gmail.com> References: <20201213050704.997-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