Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 9 Mar 2002 17:22:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 9 Mar 2002 17:22:15 -0500 Received: from smtp02.web.de ([217.72.192.151]:14363 "EHLO smtp.web.de") by vger.kernel.org with ESMTP id ; Sat, 9 Mar 2002 17:21:58 -0500 Message-ID: <3C8A8AF6.3080002@web.de> Date: Sat, 09 Mar 2002 23:21:42 +0100 From: Stephan Wienczny User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:0.9.8) Gecko/20020204 X-Accept-Language: de-de, en-us MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: PROBLEM: Video Module doesn't compile Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hallo! The 2.5.5 Version of fbdev.c in the video/riva directory can not be compiled, because there is an error. In the file fbdev.c in line 1815 is an type error. The typedef of kdev_t has changed but the line info->node = -1; did not. The line had to be info->node.value = -1; to be compiled. Stephan - 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/