Skip to content

Commit

Permalink
char/ramoops: included linux/err.h twice
Browse files Browse the repository at this point in the history
drivers/char/ramoops.c included 'linux/err.h' twice, remove
the duplicate.

Signed-off-by: Danny Kukawka <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
dalgaaf authored and gregkh committed Feb 24, 2012
1 parent 3734f78 commit 5aa4d20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/ramoops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5aa4d20

Please sign in to comment.