Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96732
b: refs/heads/master
c: bc033c9
h: refs/heads/master
v: v3
  • Loading branch information
Rene Herman authored and Linus Torvalds committed May 15, 2008
1 parent 47c4f13 commit 0d416ba
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 726a7a3d17f183bd0f93daff4d56953c6af78c57
refs/heads/master: bc033c9b5fd261855278f4ed82c3713cc549afbe
1 change: 1 addition & 0 deletions trunk/drivers/pnp/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ void pnp_remove_card(struct pnp_card *card);
int pnp_add_card_device(struct pnp_card *card, struct pnp_dev *dev);
void pnp_remove_card_device(struct pnp_dev *dev);

struct pnp_option *pnp_build_option(int priority);
struct pnp_option *pnp_register_independent_option(struct pnp_dev *dev);
struct pnp_option *pnp_register_dependent_option(struct pnp_dev *dev,
int priority);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static int pnp_reserve_mem[16] = {[0 ... 15] = -1 }; /* reserve (don't use) some
* option registration
*/

static struct pnp_option *pnp_build_option(int priority)
struct pnp_option *pnp_build_option(int priority)
{
struct pnp_option *option = pnp_alloc(sizeof(struct pnp_option));

Expand Down

0 comments on commit 0d416ba

Please sign in to comment.