Skip to content

Commit

Permalink
fsi: fsi-scom.c: Remove duplicate header
Browse files Browse the repository at this point in the history
Remove linux/cdev.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Brajeswar Ghosh authored and Benjamin Herrenschmidt committed Nov 25, 2018
1 parent 64999fa commit d208105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/fsi/fsi-scom.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <linux/fs.h>
#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/cdev.h>
#include <linux/list.h>

#include <uapi/linux/fsi.h>
Expand Down

0 comments on commit d208105

Please sign in to comment.