Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262175AbUKDLzI (ORCPT ); Thu, 4 Nov 2004 06:55:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262182AbUKDLzI (ORCPT ); Thu, 4 Nov 2004 06:55:08 -0500 Received: from sd291.sivit.org ([194.146.225.122]:61145 "EHLO sd291.sivit.org") by vger.kernel.org with ESMTP id S262175AbUKDL3K (ORCPT ); Thu, 4 Nov 2004 06:29:10 -0500 Date: Thu, 4 Nov 2004 12:29:25 +0100 From: Stelian Pop To: Linux Kernel Mailing List Cc: Gerd Knorr , Andrew Morton Subject: [PATCH RESEND] videodev2.h patchlet Message-ID: <20041104112924.GU3472@crusoe.alcove-fr> Reply-To: Stelian Pop Mail-Followup-To: Stelian Pop , Linux Kernel Mailing List , Gerd Knorr , Andrew Morton Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 28 Hi, The following patchlet to videodev2.h brings in the "__user" definition from linux/compiler.h, making it suitable for inclusion in both kernel or user code. Stelian. Signed-off-by: Stelian Pop ===== include/linux/videodev2.h 1.8 vs edited ===== --- 1.8/include/linux/videodev2.h 2004-07-12 10:01:15 +02:00 +++ edited/include/linux/videodev2.h 2004-10-21 19:12:18 +02:00 @@ -16,6 +16,7 @@ #ifdef __KERNEL__ #include /* need struct timeval */ #endif +#include /* need __user */ /* * M I S C E L L A N E O U S -- Stelian Pop - 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/