From 2a9847f4748e26ec4072d07bbaf34088b64b91f4 Mon Sep 17 00:00:00 2001 From: David Howells Date: Thu, 7 Oct 2010 14:08:53 +0100 Subject: [PATCH] --- yaml --- r: 212352 b: refs/heads/master c: bcdb714c8856c76383ca455294f0074168705eab h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/hardirq.h | 1 - trunk/include/linux/list.h | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 76913cb78d64..1810354c9069 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d8b5fc01683c66060edc202d6bb5635365822181 +refs/heads/master: bcdb714c8856c76383ca455294f0074168705eab diff --git a/trunk/include/linux/hardirq.h b/trunk/include/linux/hardirq.h index d5b387669dab..7dfdc06c7e18 100644 --- a/trunk/include/linux/hardirq.h +++ b/trunk/include/linux/hardirq.h @@ -8,7 +8,6 @@ #include #include #include -#include /* * We put the hardirq and softirq counter into the preemption diff --git a/trunk/include/linux/list.h b/trunk/include/linux/list.h index d167b5d7c0ac..88a000617d77 100644 --- a/trunk/include/linux/list.h +++ b/trunk/include/linux/list.h @@ -5,7 +5,6 @@ #include #include #include -#include /* * Simple doubly linked list implementation.