Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142280
b: refs/heads/master
c: aacf17a
h: refs/heads/master
v: v3
  • Loading branch information
Breno Leitao authored and Linus Torvalds committed Apr 6, 2009
1 parent 918bdd8 commit 97985ca
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 0326e6d596491db64d787136cbd703bde0ee8d77
refs/heads/master: aacf17adc62650fa0eb59559b737f543d003575e
2 changes: 1 addition & 1 deletion trunk/drivers/serial/jsm/jsm_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int jsm_debug;
module_param(jsm_debug, int, 0);
MODULE_PARM_DESC(jsm_debug, "Driver debugging level");

static int jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent)
static int __devinit jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent)
{
int rc = 0;
struct jsm_board *brd;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/serial/jsm/jsm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static struct uart_ops jsm_ops = {
* Init the tty subsystem. Called once per board after board has been
* downloaded and init'ed.
*/
int jsm_tty_init(struct jsm_board *brd)
int __devinit jsm_tty_init(struct jsm_board *brd)
{
int i;
void __iomem *vaddr;
Expand Down Expand Up @@ -431,7 +431,7 @@ int jsm_tty_init(struct jsm_board *brd)
return 0;
}

int jsm_uart_port_init(struct jsm_board *brd)
int __devinit jsm_uart_port_init(struct jsm_board *brd)
{
int i;
struct jsm_channel *ch;
Expand Down

0 comments on commit 97985ca

Please sign in to comment.