Blame SOURCES/0079-build-Drop-unnecessary-tool-config.h-includes.patch

26ccd9
From 3297995248081d31d282fc9a339894989ff94e23 Mon Sep 17 00:00:00 2001
26ccd9
From: Dan Williams <dan.j.williams@intel.com>
26ccd9
Date: Wed, 5 Jan 2022 13:32:37 -0800
26ccd9
Subject: [PATCH 079/217] build: Drop unnecessary $tool/config.h includes
26ccd9
26ccd9
In preparation for support for meson as the build infrastructure remove
26ccd9
some explicit config.h includes that will be replaced by a unified config.h
26ccd9
at the top of the project.
26ccd9
26ccd9
Link: https://lore.kernel.org/r/164141835727.3990253.12971738434561351928.stgit@dwillia2-desk3.amr.corp.intel.com
26ccd9
Tested-by: Alison Schofield <alison.schofield@intel.com>
26ccd9
Tested-by: Vaibhav Jain <vaibhav@linux.ibm.com>
26ccd9
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
26ccd9
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
26ccd9
---
26ccd9
 daxctl/migrate.c | 1 -
26ccd9
 ndctl/keys.c     | 1 -
26ccd9
 ndctl/monitor.c  | 1 -
26ccd9
 3 files changed, 3 deletions(-)
26ccd9
26ccd9
diff -up ndctl-71.1/daxctl/migrate.c.orig ndctl-71.1/daxctl/migrate.c
26ccd9
--- ndctl-71.1/daxctl/migrate.c.orig	2020-12-22 16:44:57.000000000 -0500
26ccd9
+++ ndctl-71.1/daxctl/migrate.c	2022-10-07 16:01:20.316634385 -0400
26ccd9
@@ -5,7 +5,6 @@
26ccd9
 #include <stdio.h>
26ccd9
 #include <errno.h>
26ccd9
 #include <fcntl.h>
26ccd9
-#include <daxctl/config.h>
26ccd9
 #include <daxctl/libdaxctl.h>
26ccd9
 #include <util/parse-options.h>
26ccd9
 #include <ccan/array_size/array_size.h>
26ccd9
diff -up ndctl-71.1/ndctl/keys.c.orig ndctl-71.1/ndctl/keys.c
26ccd9
--- ndctl-71.1/ndctl/keys.c.orig	2022-10-07 16:01:03.161575978 -0400
26ccd9
+++ ndctl-71.1/ndctl/keys.c	2022-10-07 16:01:20.317634389 -0400
26ccd9
@@ -13,7 +13,6 @@
26ccd9
 #include <keyutils.h>
26ccd9
 #include <syslog.h>
26ccd9
 
26ccd9
-#include <ndctl/config.h>
26ccd9
 #include <ndctl/ndctl.h>
26ccd9
 #include <ndctl/libndctl.h>
26ccd9
 
26ccd9
diff -up ndctl-71.1/ndctl/monitor.c.orig ndctl-71.1/ndctl/monitor.c
26ccd9
--- ndctl-71.1/ndctl/monitor.c.orig	2022-10-07 16:01:03.164575988 -0400
26ccd9
+++ ndctl-71.1/ndctl/monitor.c	2022-10-07 16:01:20.318634392 -0400
26ccd9
@@ -10,7 +10,6 @@
26ccd9
 #include <util/util.h>
26ccd9
 #include <util/parse-options.h>
26ccd9
 #include <util/strbuf.h>
26ccd9
-#include <ndctl/config.h>
26ccd9
 #include <ndctl/ndctl.h>
26ccd9
 #include <ndctl/libndctl.h>
26ccd9
 #include <sys/epoll.h>