diff options
Diffstat (limited to 'arch/mips/rb532/devices.c')
| -rw-r--r-- | arch/mips/rb532/devices.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/rb532/devices.c b/arch/mips/rb532/devices.c index a969eb82663..716e9a12f0e 100644 --- a/arch/mips/rb532/devices.c +++ b/arch/mips/rb532/devices.c @@ -15,6 +15,7 @@   *  GNU General Public License for more details.   */  #include <linux/kernel.h> +#include <linux/export.h>  #include <linux/init.h>  #include <linux/ctype.h>  #include <linux/string.h> @@ -292,7 +293,6 @@ static void __init rb532_nand_setup(void)  	rb532_nand_data.chip.nr_partitions = ARRAY_SIZE(rb532_partition_info);  	rb532_nand_data.chip.partitions = rb532_partition_info;  	rb532_nand_data.chip.chip_delay = NAND_CHIP_DELAY; -	rb532_nand_data.chip.options = NAND_NO_AUTOINCR;  }  |