Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43705
b: refs/heads/master
c: cda5265
h: refs/heads/master
i:
  43703: 2a69a26
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent 60c5a54 commit f7aea6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 4a7cb69badb4ca11fe0ba09aafac5c284922fc8f
refs/heads/master: cda5265e7c5ba5f23c83f2f0693fef392b39e7e5
8 changes: 4 additions & 4 deletions trunk/drivers/char/sx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ static int sx_init_board (struct sx_board *board)
}


static void printheader(void)
static void __devinit printheader(void)
{
static int header_printed;

Expand All @@ -2047,7 +2047,7 @@ static void printheader(void)
}


static int probe_sx (struct sx_board *board)
static int __devinit probe_sx (struct sx_board *board)
{
struct vpd_prom vpdp;
char *p;
Expand Down Expand Up @@ -2125,7 +2125,7 @@ static int probe_sx (struct sx_board *board)
card. 0xe0000 and 0xf0000 are taken by the BIOS. That only leaves
0xc0000, 0xc8000, 0xd0000 and 0xd8000 . */

static int probe_si (struct sx_board *board)
static int __devinit probe_si (struct sx_board *board)
{
int i;

Expand Down Expand Up @@ -2364,7 +2364,7 @@ static void __exit sx_release_drivers(void)
EEprom. As the bit is read/write for the CPU, we can fix it here,
if we detect that it isn't set correctly. -- REW */

static void fix_sx_pci (struct pci_dev *pdev, struct sx_board *board)
static void __devinit fix_sx_pci(struct pci_dev *pdev, struct sx_board *board)
{
unsigned int hwbase;
void __iomem *rebase;
Expand Down

0 comments on commit f7aea6a

Please sign in to comment.