diff options
author | Alessio Igor Bogani <abogani@texware.it> | 2010-02-26 10:44:27 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-04 03:43:05 +0300 |
commit | 02c7b237f6a01f580319187d4bdbf712b27a5460 (patch) | |
tree | ecec435d2903918d3f01033aecf3f915402cfa5e /drivers/staging/panel | |
parent | 7bd795bfcd7eb2f2962d458bf787d5ee0d1167cd (diff) | |
download | linux-02c7b237f6a01f580319187d4bdbf712b27a5460.tar.xz |
Staging: Cleanup useless headers
BKL isn't anymore present into these files thus it is no necessary still include smp_lock.h.
Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/panel')
-rw-r--r-- | drivers/staging/panel/panel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 95c93e82ccec..377884f3480d 100644 --- a/drivers/staging/panel/panel.c +++ b/drivers/staging/panel/panel.c @@ -41,7 +41,6 @@ #include <linux/signal.h> #include <linux/sched.h> #include <linux/spinlock.h> -#include <linux/smp_lock.h> #include <linux/interrupt.h> #include <linux/miscdevice.h> #include <linux/slab.h> |