From 09ccad9cca2c1c5c89cc465aef06588e2cac1193 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 7 Sep 2012 08:23:06 +0800 Subject: [PATCH] --- yaml --- r: 328605 b: refs/heads/master c: ac2cb30b4792340d932545f41a8335da2632027d h: refs/heads/master i: 328603: 0e1c78a7efd5262899c7be025db79bad26fe0e48 v: v3 --- [refs] | 2 +- trunk/drivers/spi/spi-gpio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 79b718479839..b07db61a6a0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78bfee0e1e2e22c3062b41be8db618e7484c8e35 +refs/heads/master: ac2cb30b4792340d932545f41a8335da2632027d diff --git a/trunk/drivers/spi/spi-gpio.c b/trunk/drivers/spi/spi-gpio.c index aed161595840..a2b50c516b31 100644 --- a/trunk/drivers/spi/spi-gpio.c +++ b/trunk/drivers/spi/spi-gpio.c @@ -386,7 +386,7 @@ static int spi_gpio_probe_dt(struct platform_device *pdev) return ret; } #else -static inline int spi_probe_dt(struct platform_device *) +static inline int spi_gpio_probe_dt(struct platform_device *pdev) { return 0; }