Commit 7ff2b89c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] Amiga z2ram

Amiga z2ram: Add missing includes and remove some unnecessary includes
parent 19c4d9ed
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
#define DEVICE_NAME "Z2RAM" #define DEVICE_NAME "Z2RAM"
#include <linux/major.h> #include <linux/major.h>
#include <linux/slab.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/blkdev.h>
#include <asm/setup.h> #include <asm/setup.h>
#include <asm/bitops.h> #include <asm/bitops.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment