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