]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/bcma/driver_chipcommon_sflash.c
Merge tag 'staging-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[mirror_ubuntu-bionic-kernel.git] / drivers / bcma / driver_chipcommon_sflash.c
1 /*
2 * Broadcom specific AMBA
3 * ChipCommon serial flash interface
4 *
5 * Licensed under the GNU/GPL. See COPYING for details.
6 */
7
8 #include <linux/bcma/bcma.h>
9 #include <linux/bcma/bcma_driver_chipcommon.h>
10 #include <linux/delay.h>
11
12 #include "bcma_private.h"
13
14 /* Initialize serial flash access */
15 int bcma_sflash_init(struct bcma_drv_cc *cc)
16 {
17 bcma_err(cc->core->bus, "Serial flash support is broken\n");
18 return 0;
19 }