[PATCH] Amiga z2ram

From: Geert Uytterhoeven
Date: Sun Aug 24 2003 - 08:02:46 EST


Amiga z2ram: Add missing includes and remove some unnecessary includes

--- linux-2.6.0-test2/drivers/block/z2ram.c Tue Jul 29 18:18:46 2003
+++ linux-m68k-2.6.0-test2/drivers/block/z2ram.c Wed Jul 30 22:20:18 2003
@@ -28,10 +28,10 @@
#define DEVICE_NAME "Z2RAM"

#include <linux/major.h>
-#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/init.h>
#include <linux/module.h>
+#include <linux/blkdev.h>

#include <asm/setup.h>
#include <asm/bitops.h>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
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/