From 8880cc4e4421cf180ab136c52ba1377f5cc994d9 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Thu, 31 Jan 2013 11:12:56 +0100 Subject: [PATCH] --- yaml --- r: 350761 b: refs/heads/master c: d560040f7d6fbe0a2990b8f6edca1815e19e72f5 h: refs/heads/master i: 350759: e9fc037fe93cbdf1ecd0a74d8797102b85f59dbf v: v3 --- [refs] | 2 +- trunk/include/linux/spi/spi_gpio.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 38e220c6ba2f..56cc9ccbe797 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5cbc7ca987fb3f293203dc14a6c53b91b7c978a5 +refs/heads/master: d560040f7d6fbe0a2990b8f6edca1815e19e72f5 diff --git a/trunk/include/linux/spi/spi_gpio.h b/trunk/include/linux/spi/spi_gpio.h index 369b3d7d5b95..1634ce31c06d 100644 --- a/trunk/include/linux/spi/spi_gpio.h +++ b/trunk/include/linux/spi/spi_gpio.h @@ -62,8 +62,8 @@ */ struct spi_gpio_platform_data { unsigned sck; - unsigned mosi; - unsigned miso; + unsigned long mosi; + unsigned long miso; u16 num_chipselect; };