Skip to content

Commit

Permalink
[media] [TRIVIAL] ivtv-alsa-pcm: remove unnecessary printk.h include
Browse files Browse the repository at this point in the history
Remove the printk.h include: this header is already via kernel.h,
so, there's no need to explicitly add it at ivtv-alsa-pcm.c.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Sep 26, 2012
1 parent 7bfb5dc commit 86bf66e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/pci/ivtv/ivtv-alsa-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/vmalloc.h>
#include <linux/printk.h>

#include <media/v4l2-device.h>

Expand Down

0 comments on commit 86bf66e

Please sign in to comment.