Return-Path: <luca.risolia@studio.unibo.it>
Received: from localhost (bix [127.0.0.1])
	by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i7AEmSVF030530
	for <akpm@localhost>; Tue, 10 Aug 2004 07:48:28 -0700
Received: from bix [127.0.0.1]
	by localhost with POP3 (fetchmail-6.2.0)
	for akpm@localhost (single-drop); Tue, 10 Aug 2004 07:48:28 -0700 (PDT)
Received: from fire-1.osdl.org (fire.osdl.org [65.172.181.4])
	by mail.osdl.org (8.11.6/8.11.6) with ESMTP id i7AElX125377
	for <akpm@mail.gateway.osdl.net>; Tue, 10 Aug 2004 07:47:36 -0700
Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118])
	by fire-1.osdl.org (8.12.8/8.12.8) with ESMTP id i7AElSSe023532
	for <akpm@osdl.org>; Tue, 10 Aug 2004 07:47:32 -0700
Received: from gateway.lan0 (80.116.27.178) by vsmtp14.tin.it (7.0.027)
        id 40967D650123793C; Tue, 10 Aug 2004 16:47:17 +0200
Date: Tue, 10 Aug 2004 17:00:04 +0200
From: Luca Risolia <luca.risolia@studio.unibo.it>
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org
Subject: [PATCH 2.6.8-rc2-mm2] Include "compiler.h" in videodev.h
Message-Id: <20040810170004.08a0f15d.luca.risolia@studio.unibo.it>
X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-vine-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-MIMEDefang-Filter: osdl$Revision: 1.73 $
X-Scanned-By: MIMEDefang 2.36
X-Spam-Status: No, hits=-4.9 required=1.0 tests=BAYES_00 autolearn=ham 
	version=2.60
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on bix
X-Spam-Level: 

This avoids compiler errors about undefined "__user" macros when
including "videodev.h" in userspace applications:

--- devel-2.6.7/include/linux/videodev.h.orig	2004-08-10 16:40:04.000000000 +0200
+++ devel-2.6.7/include/linux/videodev.h	2004-08-10 16:42:39.094372072 +0200
@@ -1,6 +1,7 @@
 #ifndef __LINUX_VIDEODEV_H
 #define __LINUX_VIDEODEV_H
 
+#include <linux/compiler.h>
 #include <linux/types.h>
 #include <linux/version.h>