All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] mtd-utils: don't include features.h
@ 2025-10-26 20:00 Rosen Penev
  2025-10-26 20:00 ` [PATCH 2/5] mtd-utils: rbtree: just include stddef.h Rosen Penev
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rosen Penev @ 2025-10-26 20:00 UTC (permalink / raw)
  To: linux-mtd

This is an internal header that's already included with others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 include/common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/common.h b/include/common.h
index 303d30d..d443e17 100644
--- a/include/common.h
+++ b/include/common.h
@@ -26,7 +26,6 @@
 #include <string.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <features.h>
 #include <inttypes.h>
 #include <unistd.h>
 #include <sys/sysmacros.h>
-- 
2.51.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-28 20:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-26 20:00 [PATCH 1/5] mtd-utils: don't include features.h Rosen Penev
2025-10-26 20:00 ` [PATCH 2/5] mtd-utils: rbtree: just include stddef.h Rosen Penev
2025-10-26 20:00 ` [PATCH 3/5] mtd-utils: reduce linux/types.h usage Rosen Penev
2025-10-26 20:00 ` [PATCH 4/5] mtd-utils: serve_image: fix _POSIX_C_SOURCE Rosen Penev
2025-10-26 20:00 ` [PATCH 5/5] mtd-utils: add GNU_SOURCE define to c files Rosen Penev
2025-11-28 20:43   ` David Oberhollenzer
2025-11-28 20:50     ` Rosen Penev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.