lkml.org 
[lkml]   [2003]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[Bug 1126] New: tgafb.c doesn't compile on alpha
http://bugme.osdl.org/show_bug.cgi?id=1126

Summary: tgafb.c doesn't compile on alpha
Kernel Version: 2.5.75
Status: NEW
Severity: normal
Owner: bugme-janitors@lists.osdl.org
Submitter: iansu@optushome.com.au


Distribution: debian
Hardware Environment: alpha multia (noname)
Problem Description:

tgafb.c required these changes to compile for me, when not compiling as a module.

*** tgafb.c.bak Wed Aug 20 01:56:56 2003
--- tgafb.c Wed Aug 20 01:43:09 2003
***************
*** 23,28 ****
--- 23,29 ----
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/pci.h>
+ #include <linux/selection.h>
#include <asm/io.h>
#include <video/tgafb.h>

***************
*** 80,86 ****
--- 81,89 ----
.name = "tgafb",
.id_table = tgafb_pci_table,
.probe = tgafb_pci_register,
+ #ifdef MODULE
.remove = __devexit_p(tgafb_pci_unregister),
+ #endif
};

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.033 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site