[Bug 1126] New: tgafb.c doesn't compile on alpha

From: Martin J. Bligh
Date: Tue Aug 19 2003 - 11:43:07 EST


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@xxxxxxxxxxxxxx
Submitter: iansu@xxxxxxxxxxxxxxxx


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/