]> 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, 13 Dec 2011 18:41:55 +0000 (10:41 -0800)
commit8713b81b7f8348ed5feef0db9aa7978615f2e437
treee31d7638ba0cdfaae51d2b85f0ef37a17cfa5559
parenteab355aea36dfd699b18f0a8495884315bce4b83
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