Commit 5aa4d20d authored by Danny Kukawka's avatar Danny Kukawka Committed by Greg Kroah-Hartman

char/ramoops: included linux/err.h twice

drivers/char/ramoops.c included 'linux/err.h' twice, remove
the duplicate.
Signed-off-by: default avatarDanny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3734f785
......@@ -26,7 +26,6 @@
#include <linux/module.h>
#include <linux/kmsg_dump.h>
#include <linux/time.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/platform_device.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