Skip to content

Commit

Permalink
[media] remove include/linux/dvb/dmx.h
Browse files Browse the repository at this point in the history
The only reason for this header is to make sure that include
linux/time.h were added before uapi/*/dmx.h. Just push down the
time.h header on the few places where this is used, and drop
this new header.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Oct 19, 2012
1 parent ff30d37 commit b2409b6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 29 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb-core/dmxdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/kernel.h>
#include <linux/time.h>
#include <linux/timer.h>
#include <linux/wait.h>
#include <linux/fs.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/media/firewire/firedtv.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#ifndef _FIREDTV_H
#define _FIREDTV_H

#include <linux/time.h>
#include <linux/dvb/dmx.h>
#include <linux/dvb/frontend.h>
#include <linux/list.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/media/pci/ttpci/av7110.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <linux/netdevice.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/time.h>

#include <linux/dvb/video.h>
#include <linux/dvb/audio.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/media/usb/tlg2300/pd-dvb.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "pd-common.h"
#include <linux/kernel.h>
#include <linux/usb.h>
#include <linux/time.h>
#include <linux/dvb/dmx.h>
#include <linux/delay.h>
#include <linux/gfp.h>
Expand Down
29 changes: 0 additions & 29 deletions include/linux/dvb/dmx.h

This file was deleted.

0 comments on commit b2409b6

Please sign in to comment.