Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267569
b: refs/heads/master
c: 032abf7
h: refs/heads/master
i:
  267567: d5d78d2
v: v3
  • Loading branch information
Ruslan Pisarev authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent cfcffde commit e2f355f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e684f4682d49e4815d2b6893a1862f183d755fb2
refs/heads/master: 032abf7bf9ee3a1ca89dd9dd88b1a8cee5e56e63
1 change: 0 additions & 1 deletion trunk/drivers/staging/xgifb/XGI_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

#define XGI_IOTYPE1 void __iomem
#define XGI_IOTYPE2 __iomem
#define XGIINITSTATIC static

static DEFINE_PCI_DEVICE_TABLE(xgifb_pci_table) = {
{PCI_VENDOR_ID_XG, PCI_DEVICE_ID_XG_20, PCI_ANY_ID, PCI_ANY_ID,
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ static void XGIfb_get_VB_type(void)
}
}

XGIINITSTATIC int __init XGIfb_setup(char *options)
static int __init XGIfb_setup(char *options)
{
char *this_opt;

Expand Down Expand Up @@ -2543,7 +2543,7 @@ static struct pci_driver xgifb_driver = {
.remove = __devexit_p(xgifb_remove)
};

XGIINITSTATIC int __init xgifb_init(void)
static int __init xgifb_init(void)
{
char *option = NULL;

Expand Down

0 comments on commit e2f355f

Please sign in to comment.