blob: 99e040b607a22ff16474fb199d6f9079ec1a58b6 [file] [log] [blame]
Rafał Miłecki9352f692011-07-05 19:48:26 +02001/*
2 * Broadcom specific AMBA
3 * PCI Core in hostmode
4 *
5 * Licensed under the GNU/GPL. See COPYING for details.
6 */
7
8#include "bcma_private.h"
9#include <linux/bcma/bcma.h>
10
Hauke Mehrtensd1a7a8e2012-01-31 00:03:34 +010011void __devinit bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc)
Rafał Miłecki9352f692011-07-05 19:48:26 +020012{
13 pr_err("No support for PCI core in hostmode yet\n");
14}