driver_pci.c (d4d9781d1dd04ff134e3d43383dfa9991f7c54c6) | driver_pci.c (44a8e3772f53a5337e74700fc166a3d4c3ef59a2) |
---|---|
1/* 2 * Broadcom specific AMBA 3 * PCI Core 4 * 5 * Copyright 2005, Broadcom Corporation 6 * Copyright 2006, 2007, Michael Buesch <m@bues.ch> 7 * 8 * Licensed under the GNU/GPL. See COPYING for details. 9 */ 10 11#include "bcma_private.h" | 1/* 2 * Broadcom specific AMBA 3 * PCI Core 4 * 5 * Copyright 2005, Broadcom Corporation 6 * Copyright 2006, 2007, Michael Buesch <m@bues.ch> 7 * 8 * Licensed under the GNU/GPL. See COPYING for details. 9 */ 10 11#include "bcma_private.h" |
12#include <linux/export.h> |
|
12#include <linux/bcma/bcma.h> 13 14/************************************************** 15 * R/W ops. 16 **************************************************/ 17 18static u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) 19{ --- 218 unchanged lines hidden --- | 13#include <linux/bcma/bcma.h> 14 15/************************************************** 16 * R/W ops. 17 **************************************************/ 18 19static u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) 20{ --- 218 unchanged lines hidden --- |