aboutsummaryrefslogtreecommitdiff
path: root/drivers/ssb/driver_chipcommon_sflash.c
blob: 866269774e86c9ee3062aad594d73e1cc1e3cca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Sonics Silicon Backplane
 * ChipCommon serial flash interface
 *
 * Licensed under the GNU/GPL. See COPYING for details.
 */

#include <linux/ssb/ssb.h>

#include "ssb_private.h"

/* Initialize serial flash access */
int ssb_sflash_init(struct ssb_chipcommon *cc)
{
	pr_err("Serial flash support is not implemented yet!\n");

	return -ENOTSUPP;
}