diff options
author | Myron Stowe <mstowe@redhat.com> | 2011-10-28 23:47:35 +0200 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-01-06 21:10:35 +0100 |
commit | cfce9fb808d7d25f6ea18a804eb71b08c7d777c1 (patch) | |
tree | 5266c63ab2a128a65ef830aee2e2ec1020aad4a4 /arch/arm/include/asm/pci.h | |
parent | uio: Convert uio_generic_pci to new intx masking API (diff) | |
download | linux-cfce9fb808d7d25f6ea18a804eb71b08c7d777c1.tar.xz linux-cfce9fb808d7d25f6ea18a804eb71b08c7d777c1.zip |
PCI: add declaration for pcibios_set_master() to pci core
Currently, pcibios_set_master() is implemented in architecture-
specific code. There is nothing architecture-specific about PCI's
'latency timer'.
This patch adds a declaration for pcibios_set_master() to PCI's core
in preperation for pulling the function itself up into the core.
Without the addition of this declaration, subsequent patches that
remove inline definitions of pcibios_set_master() would be removing
the only declaration of such.
No functional change.
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/arm/include/asm/pci.h')
0 files changed, 0 insertions, 0 deletions