]> git.karo-electronics.de Git - linux-beck.git/commit
PCI/MSI: Remove unused kobject from struct msi_desc
authorYijing Wang <wangyijing@huawei.com>
Tue, 23 Sep 2014 05:27:22 +0000 (13:27 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 1 Oct 2014 18:21:23 +0000 (12:21 -0600)
commit81052769e48609525c452d8f078a5786b673e178
treed54ca80912c035218f20c501509ed9ed459a0be5
parenta06cd74cefe754341f747ddc4cf7b0058fa9bff8
PCI/MSI: Remove unused kobject from struct msi_desc

After commit 1c51b50c2995 ("PCI/MSI: Export MSI mode using attributes, not
kobjects"), the kobject in struct msi_desc is unused.

Remove the unused struct kobject from struct msi_desc.

[bhelgaas: changelog]
Fixes: 1c51b50c2995 ("PCI/MSI: Export MSI mode using attributes, not kobjects")
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/msi.c
include/linux/msi.h