]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: add declaration for pcibios_set_master() to pci core
authorMyron Stowe <mstowe@redhat.com>
Fri, 28 Oct 2011 21:47:35 +0000 (15:47 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 6 Dec 2011 17:26:11 +0000 (09:26 -0800)
commit64bd932eba852596d4e815bd2e82a58598e0a1c2
tree7c368125c3676ae78e41729b639294f287528e41
parentb580e14059b8af004846cd8fa516d87e1eec58bd
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>
include/linux/pci.h