]> Pileus Git - ~andy/linux/blobdiff - include/linux/msi.h
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
[~andy/linux] / include / linux / msi.h
index 05acced439a38ec1faf822200740d032778e9022..ce93a341337d48a78b5449ea249aac04c3f8284d 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef LINUX_MSI_H
 #define LINUX_MSI_H
 
+#include <linux/kobject.h>
 #include <linux/list.h>
 
 struct msi_msg {
@@ -44,6 +45,8 @@ struct msi_desc {
 
        /* Last set MSI message */
        struct msi_msg msg;
+
+       struct kobject kobj;
 };
 
 /*