diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-03-30 07:59:32 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-12 13:44:41 -0300 |
commit | 8e95dba6fbdb978a1f3836331c9cc063cb57efc0 (patch) | |
tree | 253cb9520246c060c525df57e6470a3a2b3f6146 /drivers | |
parent | 250d2ff01623e80943c4ffed0308b0d19fe6625d (diff) | |
download | linux-stable-8e95dba6fbdb978a1f3836331c9cc063cb57efc0.tar.gz linux-stable-8e95dba6fbdb978a1f3836331c9cc063cb57efc0.tar.bz2 linux-stable-8e95dba6fbdb978a1f3836331c9cc063cb57efc0.zip |
[media] media/fintek: drop pci_ids dependency
This driver does not use any PCI IDs, don't include
the pci_ids.h header.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/rc/fintek-cir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c index 5c63c2ec6183..bd7b3bdb1a88 100644 --- a/drivers/media/rc/fintek-cir.c +++ b/drivers/media/rc/fintek-cir.c @@ -33,7 +33,6 @@ #include <linux/sched.h> #include <linux/slab.h> #include <media/rc-core.h> -#include <linux/pci_ids.h> #include "fintek-cir.h" |