Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96073
b: refs/heads/master
c: 7a1aa30
h: refs/heads/master
i:
  96071: 0f0b0a4
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed May 5, 2008
1 parent 69cd973 commit e6b9bc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: c17f888f8fc2e47e2b4a51424f8ccf564ae87576
refs/heads/master: 7a1aa309f21ea2f6c31f364341e4027ecf4e79bc
5 changes: 4 additions & 1 deletion trunk/drivers/net/irda/smsc-ircc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ MODULE_DEVICE_TABLE(pnp, smsc_ircc_pnp_table);

static int pnp_driver_registered;

#ifdef CONFIG_PNP
static int __init smsc_ircc_pnp_probe(struct pnp_dev *dev,
const struct pnp_device_id *dev_id)
{
Expand All @@ -402,7 +403,9 @@ static struct pnp_driver smsc_ircc_pnp_driver = {
.id_table = smsc_ircc_pnp_table,
.probe = smsc_ircc_pnp_probe,
};

#else /* CONFIG_PNP */
static struct pnp_driver smsc_ircc_pnp_driver;
#endif

/*******************************************************************************
*
Expand Down

0 comments on commit e6b9bc3

Please sign in to comment.