Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351
b: refs/heads/master
c: 62b56fa
h: refs/heads/master
i:
  349: 582ae14
  347: 9e28b44
  343: 12ba687
  335: 115ea91
  319: 3b729a5
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Apr 21, 2005
1 parent 5d9a133 commit 4123366
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e4ec0f23c878f761cf33f3cbb66c66d6c05931ba
refs/heads/master: 62b56faa43a7e672e659d14f38f553ed8b40ea70
4 changes: 1 addition & 3 deletions trunk/drivers/video/tgafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ static void tgafb_fillrect(struct fb_info *, const struct fb_fillrect *);
static void tgafb_copyarea(struct fb_info *, const struct fb_copyarea *);

static int tgafb_pci_register(struct pci_dev *, const struct pci_device_id *);
#ifdef MODULE
static void tgafb_pci_unregister(struct pci_dev *);
#endif

static const char *mode_option = "640x480@60";

Expand Down Expand Up @@ -1484,7 +1482,6 @@ tgafb_pci_register(struct pci_dev *pdev, const struct pci_device_id *ent)
return ret;
}

#ifdef MODULE
static void __exit
tgafb_pci_unregister(struct pci_dev *pdev)
{
Expand All @@ -1500,6 +1497,7 @@ tgafb_pci_unregister(struct pci_dev *pdev)
kfree(info);
}

#ifdef MODULE
static void __exit
tgafb_exit(void)
{
Expand Down

0 comments on commit 4123366

Please sign in to comment.