Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville...
[deliverable/linux.git] / drivers / bcma / driver_pci_host.c
CommitLineData
9352f69c
RM
1/*
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
11void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc)
12{
13 pr_err("No support for PCI core in hostmode yet\n");
14}
This page took 0.037225 seconds and 5 git commands to generate.