mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 21:05:18 +02:00
jz4740_nand: Fix compiler warning
This commit is contained in:
parent
764fdaf217
commit
d763dfdb80
@ -16,8 +16,8 @@
|
|||||||
#ifndef __JZ_NAND_H__
|
#ifndef __JZ_NAND_H__
|
||||||
#define __JZ_NAND_H__
|
#define __JZ_NAND_H__
|
||||||
|
|
||||||
#include <linux/mtd/partitions.h>
|
|
||||||
#include <linux/mtd/nand.h>
|
#include <linux/mtd/nand.h>
|
||||||
|
#include <linux/mtd/partitions.h>
|
||||||
|
|
||||||
struct jz_nand_platform_data {
|
struct jz_nand_platform_data {
|
||||||
int num_partitions;
|
int num_partitions;
|
||||||
|
Loading…
Reference in New Issue
Block a user