Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750948AbVKNHei (ORCPT ); Mon, 14 Nov 2005 02:34:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750953AbVKNHei (ORCPT ); Mon, 14 Nov 2005 02:34:38 -0500 Received: from mgate02.necel.com ([203.180.232.82]:61375 "EHLO mgate02.necel.com") by vger.kernel.org with ESMTP id S1750948AbVKNHeh (ORCPT ); Mon, 14 Nov 2005 02:34:37 -0500 To: Linus Torvalds Subject: [PATCH] v850: Add missing include in hardirq.h Cc: linux-kernel@vger.kernel.org, Andrew Morton From: Miles Bader Message-Id: <20051114073405.B6F083A4@dhapc248.dev.necel.com> Date: Mon, 14 Nov 2005 16:34:05 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 22 Signed-off-by: Miles Bader include/asm-v850/hardirq.h | 2 ++ 1 file changed, 2 insertions(+) diff -ruN -X../cludes linux-2.6.14-uc0/include/asm-v850/hardirq.h linux-2.6.14-uc0-v850-20051109/include/asm-v850/hardirq.h --- linux-2.6.14-uc0/include/asm-v850/hardirq.h 2005-03-04 11:34:09.555534000 +0900 +++ linux-2.6.14-uc0-v850-20051109/include/asm-v850/hardirq.h 2005-11-07 20:16:07.521379000 +0900 @@ -5,6 +5,8 @@ #include #include +#include + typedef struct { unsigned int __softirq_pending; } ____cacheline_aligned irq_cpustat_t; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/