]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.0-t8-clean-mtd-lkml.patch
- CSZ scheduler removed from kernel tree.
[packages/kernel.git] / 2.6.0-t8-clean-mtd-lkml.patch
1 # This is a BitKeeper generated patch for the following project:
2 # Project Name: Linux kernel tree
3 # This patch format is intended for GNU patch command version 2.5 or higher.
4 # This patch includes the following deltas:
5 #                  ChangeSet    1.1369  -> 1.1370
6 #       drivers/mtd/cmdlinepart.c       1.5     -> 1.6
7 #
8 # The following is the BitKeeper ChangeSet Log
9 # --------------------------------------------
10 # 03/10/16      noah@caltech.edu        1.1370
11 # Remove needless include of asm/setup.h in drivers/mtd/cmdlinepart.c.  This
12 # was breaking compilation on architectures that lack such a header.
13 # --------------------------------------------
14 #
15 diff -Nru a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c
16 --- a/drivers/mtd/cmdlinepart.c Fri Oct 17 13:40:56 2003
17 +++ b/drivers/mtd/cmdlinepart.c Fri Oct 17 13:40:56 2003
18 @@ -28,7 +28,6 @@
19
20  #include <linux/mtd/mtd.h>
21  #include <linux/mtd/partitions.h>
22 -#include <asm/setup.h>
23  #include <linux/bootmem.h>
24
25  /* error message prefix */
This page took 0.039224 seconds and 3 git commands to generate.