linux/drivers/bcma/driver_chipcommon_pflash.c

/*
 * Broadcom specific AMBA
 * ChipCommon parallel flash
 *
 * Licensed under the GNU/GPL. See COPYING for details.
 */

#include "bcma_private.h"

#include <linux/bcma/bcma.h>
#include <linux/mtd/physmap.h>
#include <linux/platform_device.h>

static const char * const part_probes[] =;

static struct physmap_flash_data bcma_pflash_data =;

static struct resource bcma_pflash_resource =;

struct platform_device bcma_pflash_dev =;

int bcma_pflash_init(struct bcma_drv_cc *cc)
{}