lkml.org 
[lkml]   [2011]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH -v2 01/16] PCI: add declaration for pcibios_set_master() to pci core
    Date
    From: Myron Stowe <mstowe@redhat.com>

    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>
    ---

    include/linux/pci.h | 2 ++
    1 files changed, 2 insertions(+), 0 deletions(-)

    diff --git a/include/linux/pci.h b/include/linux/pci.h
    index 8c230cb..abbd8b6 100644
    --- a/include/linux/pci.h
    +++ b/include/linux/pci.h
    @@ -1440,8 +1440,10 @@ extern u8 pci_cache_line_size;
    extern unsigned long pci_hotplug_io_size;
    extern unsigned long pci_hotplug_mem_size;

    +/* Architecture specific versions may override these (weak) */
    int pcibios_add_platform_entries(struct pci_dev *dev);
    void pcibios_disable_device(struct pci_dev *dev);
    +void pcibios_set_master(struct pci_dev *dev);
    int pcibios_set_pcie_reset_state(struct pci_dev *dev,
    enum pcie_reset_state state);



    \
     
     \ /
      Last update: 2011-10-28 23:51    [W:2.832 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site