Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190290
b: refs/heads/master
c: 562468b
h: refs/heads/master
v: v3
  • Loading branch information
stanley.miao authored and Tony Lindgren committed Apr 23, 2010
1 parent 0652ae8 commit 9b280e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8334810db6e74019048cb3fc17c5e0b4d0c8c68
refs/heads/master: 562468bd697a88ad78a751823dc92f027f8c179c
7 changes: 7 additions & 0 deletions trunk/arch/arm/plat-omap/include/plat/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ struct omap_nand_platform_data {
/* size (4 KiB) for IO mapping */
#define NAND_IO_SIZE SZ_4K

#if defined(CONFIG_MTD_NAND_OMAP2) || defined(CONFIG_MTD_NAND_OMAP2_MODULE)
extern int gpmc_nand_init(struct omap_nand_platform_data *d);
#else
static inline int gpmc_nand_init(struct omap_nand_platform_data *d)
{
return 0;
}
#endif

0 comments on commit 9b280e0

Please sign in to comment.