From 9a481b61fb5feb83a0bdc1eb1b3182ad4ef97689 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Aug 2010 09:24:03 +0800 Subject: [PATCH] remove SPI_GPIO_TEST --- drivers/fpga/spi_gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/fpga/spi_gpio.c b/drivers/fpga/spi_gpio.c index e8d5a3d1e283..63fa103fca7c 100755 --- a/drivers/fpga/spi_gpio.c +++ b/drivers/fpga/spi_gpio.c @@ -36,7 +36,7 @@ #define DBG(x...) #endif -#define SPI_GPIO_TEST 1 +#define SPI_GPIO_TEST 0 #define HIGH_SPI_TEST 1 spinlock_t gpio_lock; spinlock_t gpio_state_lock; @@ -1195,4 +1195,4 @@ int spi_gpio_init(void) MODULE_DESCRIPTION("Driver for spi2gpio."); MODULE_AUTHOR("luowei "); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL"); \ No newline at end of file -- 2.34.1