blob: 866269774e86c9ee3062aad594d73e1cc1e3cca6 [file] [log] [blame]
Rafał Miłecki72a525c2013-01-06 21:48:50 +01001/*
2 * Sonics Silicon Backplane
3 * ChipCommon serial flash interface
4 *
5 * Licensed under the GNU/GPL. See COPYING for details.
6 */
7
8#include <linux/ssb/ssb.h>
9
10#include "ssb_private.h"
11
12/* Initialize serial flash access */
13int ssb_sflash_init(struct ssb_chipcommon *cc)
14{
15 pr_err("Serial flash support is not implemented yet!\n");
16
17 return -ENOTSUPP;
18}