diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-21 09:17:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-21 09:17:24 -0300 |
commit | d614ff9f8b6297350f6d1690599733960e186b77 (patch) | |
tree | 89246fe60a900ba8f4dadb253cc8ae713a3de5fa /linux/drivers/media/dvb/ttpci | |
parent | 1b5f53fa337a5c09750864277d21a723ac28c389 (diff) | |
download | mediapointer-dvb-s2-d614ff9f8b6297350f6d1690599733960e186b77.tar.gz mediapointer-dvb-s2-d614ff9f8b6297350f6d1690599733960e186b77.tar.bz2 |
backport commit 405f55712dfe464b3240d7816cc4fe4174831be2
kernel-sync:
Author: Alexey Dobriyan <adobriyan@gmail.com>
Date: Sat Jul 11 22:08:37 2009 +0400
headers: smp_lock.h redux
* Remove smp_lock.h from files which don't need it (including some headers!)
* Add smp_lock.h to files which do need it
* Make smp_lock.h include conditional in hardirq.h
It's needed only for one kernel_locked() usage which is under CONFIG_PREEMPT
This will make hardirq.h inclusion cheaper for every PREEMPT=n config
(which includes allmodconfig/allyesconfig, BTW)
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c index 1b961db62..23f45a971 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.c +++ b/linux/drivers/media/dvb/ttpci/av7110.c @@ -36,7 +36,6 @@ #include <linux/fs.h> #include <linux/timer.h> #include <linux/poll.h> -#include <linux/smp_lock.h> #include <linux/kernel.h> #include <linux/sched.h> |