diff options
author | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-07 00:14:42 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-07 00:14:42 +0100 |
commit | 15fdc52f35b853e3fa550087987b5ee4ffbd199b (patch) | |
tree | 000d8934d1e68cbee764d402de00a69a34ff93ea /drivers/mtd/mtdconcat.c | |
parent | 9090ed0b82f817bde471bdbb2e73278ab75f5fd3 (diff) |
[MTD] Tidy up Tims include cleanup
While we are at it, reorder the includes and
remove the silly /* TASK */ comment
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/mtdconcat.c')
-rw-r--r-- | drivers/mtd/mtdconcat.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/mtd/mtdconcat.c b/drivers/mtd/mtdconcat.c index f3e65af33a9..eaaafb1de62 100644 --- a/drivers/mtd/mtdconcat.c +++ b/drivers/mtd/mtdconcat.c @@ -7,14 +7,15 @@ * * This code is GPL * - * $Id: mtdconcat.c,v 1.9 2004/06/30 15:17:41 dbrown Exp $ + * $Id: mtdconcat.c,v 1.10 2005/11/06 10:04:37 gleixner Exp $ */ -#include <linux/module.h> -#include <linux/types.h> #include <linux/kernel.h> +#include <linux/module.h> #include <linux/slab.h> -#include <linux/sched.h> /* TASK_* */ +#include <linux/sched.h> +#include <linux/types.h> + #include <linux/mtd/mtd.h> #include <linux/mtd/concat.h> |