lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
[linux-2.6/libata-dev.git] / drivers / bcma / driver_chipcommon_nflash.c
blob574d62435bc2f01718d8bdb5113a3e95ec8e66ab
1 /*
2 * Broadcom specific AMBA
3 * ChipCommon NAND flash interface
5 * Licensed under the GNU/GPL. See COPYING for details.
6 */
8 #include <linux/bcma/bcma.h>
9 #include <linux/bcma/bcma_driver_chipcommon.h>
10 #include <linux/delay.h>
12 #include "bcma_private.h"
14 /* Initialize NAND flash access */
15 int bcma_nflash_init(struct bcma_drv_cc *cc)
17 bcma_err(cc->core->bus, "NAND flash support is broken\n");
18 return 0;