[PATCH] ikconfig: remove unneeded include files

From: Randy.Dunlap
Date: Mon Sep 22 2003 - 13:01:47 EST



Hi,
Please merge this small patch.

--
~Randy


patch_name: includes_rm.patch
patch_version: 2003-09-22.11:02:58
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: remove 2 unneeded header files, so that configs.o
isn't rebuilt on every 'make bzImage';
product: Linux
product_versions: 2.6.0-922
maintainer: Randy.Dunlap <rddunlap@xxxxxxxx>
diffstat: =
kernel/configs.c | 2 --
1 files changed, 2 deletions(-)


diff -Naurp ./kernel/configs.c~includes ./kernel/configs.c
--- ./kernel/configs.c~includes 2003-09-22 08:45:15.000000000 -0700
+++ ./kernel/configs.c 2003-09-22 11:00:40.000000000 -0700
@@ -29,8 +29,6 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/init.h>
-#include <linux/compile.h>
-#include <linux/version.h>
#include <asm/uaccess.h>

/**************************************************/
-
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/