linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1126] New: tgafb.c doesn't compile on alpha
@ 2003-08-19 16:28 Martin J. Bligh
  0 siblings, 0 replies; only message in thread
From: Martin J. Bligh @ 2003-08-19 16:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: iansu

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
  };


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-19 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-19 16:28 [Bug 1126] New: tgafb.c doesn't compile on alpha Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).