Skip to content

Commit

Permalink
[media] adp1653: included linux/module.h twice
Browse files Browse the repository at this point in the history
drivers/media/video/adp1653.c included 'linux/module.h' twice,
remove the duplicate.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Danny Kukawka authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent df1caa5 commit cf51674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/adp1653.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/version.h>
#include <media/adp1653.h>
Expand Down

0 comments on commit cf51674

Please sign in to comment.