Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276595
b: refs/heads/master
c: c65b53b
h: refs/heads/master
i:
  276593: e9500ec
  276591: 4fdad4b
v: v3
  • Loading branch information
Manuel Lauss authored and Wolfram Sang committed Dec 7, 2011
1 parent 653fa50 commit bab8925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d9ddcec35d713dd33dc20dcb4db84db35f9956a6
refs/heads/master: c65b53ba4f9ca4520078bab23099579da3bf0446
4 changes: 2 additions & 2 deletions trunk/drivers/spi/spi-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static void spi_gpio_cleanup(struct spi_device *spi)
spi_bitbang_cleanup(spi);
}

static int __init spi_gpio_alloc(unsigned pin, const char *label, bool is_in)
static int __devinit spi_gpio_alloc(unsigned pin, const char *label, bool is_in)
{
int value;

Expand All @@ -270,7 +270,7 @@ static int __init spi_gpio_alloc(unsigned pin, const char *label, bool is_in)
return value;
}

static int __init
static int __devinit
spi_gpio_request(struct spi_gpio_platform_data *pdata, const char *label,
u16 *res_flags)
{
Expand Down

0 comments on commit bab8925

Please sign in to comment.