lkml.org 
[lkml]   [2016]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 6/7] pci: Remove the irq_affinity mask from struct pci_dev
    Date
    This has never been used, and now is totally unreferenced.  Nuke it.

    Signed-off-by: Christoph Hellwig <hch@lst.de>
    ---
    include/linux/pci.h | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/include/linux/pci.h b/include/linux/pci.h
    index 7090f5f..f2ba6ac 100644
    --- a/include/linux/pci.h
    +++ b/include/linux/pci.h
    @@ -333,7 +333,6 @@ struct pci_dev {
    * directly, use the values stored here. They might be different!
    */
    unsigned int irq;
    - struct cpumask *irq_affinity;
    struct resource resource[DEVICE_COUNT_RESOURCE]; /* I/O and memory regions + expansion ROMs */

    bool match_driver; /* Skip attaching driver */
    --
    2.1.4
    \
     
     \ /
      Last update: 2016-11-07 19:50    [W:5.662 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site