[PATCH] Fix make headers_check for tipc
- From: Dave Jones <davej@xxxxxxxxxx>
- Date: Wed, 31 Oct 2007 17:29:32 -0400
make headers_check currently fails in mainline with..
include/linux/tipc_config.h requires linux/string.h, which does not exist in exported headers
There's no reason to even include this in this header as far as I can tell.
Signed-off-by: Dave Jones <davej@xxxxxxxxxx>
diff --git a/include/linux/tipc_config.h b/include/linux/tipc_config.h
index b0c916d..83532ee 100644
--- a/include/linux/tipc_config.h
+++ b/include/linux/tipc_config.h
@@ -38,7 +38,6 @@
#define _LINUX_TIPC_CONFIG_H_
#include <linux/types.h>
-#include <linux/string.h>
#include <asm/byteorder.h>
/*
--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] Fix make headers_check for tipc
- From: Sam Ravnborg
- Re: [PATCH] Fix make headers_check for tipc
- Prev by Date: Re: How to debug complete kernel lock-ups
- Next by Date: Re: [PATCH 5/6] sched: SCHED_FIFO/SCHED_RR watchdog timer
- Previous by thread: [PATCH/RFC] eradicate bashisms in scripts/patch-kernel
- Next by thread: Re: [PATCH] Fix make headers_check for tipc
- Index(es):
Relevant Pages
|