> -----Original Message----- > From: Eduardo Valentin [mailto:eduardo.valentin@xxxxxx] > Sent: Wednesday, January 02, 2013 9:00 PM > To: Zhang, Rui > Cc: R, Durgadoss; linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx; linux- > pm@xxxxxxxxxxxxxxx; Eduardo Valentin > Subject: [PATCH RESEND 2/4] thermal: remove unnecessary include > > No need for spinlocks in this file, then removing its header. Good Catch !! > Reviewed-by: Durgadoss R <durgadoss.r@xxxxxxxxx> Thanks, Durga > Signed-off-by: Eduardo Valentin <eduardo.valentin@xxxxxx> > --- > drivers/thermal/thermal_sys.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c > index d85f51f..70ce100 100644 > --- a/drivers/thermal/thermal_sys.c > +++ b/drivers/thermal/thermal_sys.c > @@ -32,7 +32,6 @@ > #include <linux/kdev_t.h> > #include <linux/idr.h> > #include <linux/thermal.h> > -#include <linux/spinlock.h> > #include <linux/reboot.h> > #include <net/netlink.h> > #include <net/genetlink.h> > -- > 1.7.7.1.488.ge8e1c