All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: [PATCH] xen-pciback: Add MODULE_ALIAS for pciback.
Date: Wed, 20 Aug 2014 12:40:38 -0400	[thread overview]
Message-ID: <1408552838-4032-2-git-send-email-konrad.wilk__22247.4112328657$1408552963$gmane$org@oracle.com> (raw)
In-Reply-To: <1408552838-4032-1-git-send-email-konrad.wilk@oracle.com>

The rest of the Xen device drivers use an module alias
to load devices when they shop up in XenBus.

This is done for the rest of them but hadn't been done
for Xen PCI back. This patch fixes it.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 drivers/xen/xen-pciback/pci_stub.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/xen/xen-pciback/pci_stub.c b/drivers/xen/xen-pciback/pci_stub.c
index d57a173..7da75f7 100644
--- a/drivers/xen/xen-pciback/pci_stub.c
+++ b/drivers/xen/xen-pciback/pci_stub.c
@@ -1538,3 +1538,4 @@ module_exit(xen_pcibk_cleanup);
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS("xen-backend:pci");
+MODULE_ALIAS("xen:pci");
-- 
1.9.3

  parent reply	other threads:[~2014-08-20 16:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-20 16:40 [PATCH] Add MODULE_ALIAS for Xen pciback. (v1) Konrad Rzeszutek Wilk
2014-08-20 16:40 ` [PATCH] xen-pciback: Add MODULE_ALIAS for pciback Konrad Rzeszutek Wilk
2014-08-20 17:18   ` [Xen-devel] " Ian Campbell
2014-08-20 17:20     ` Konrad Rzeszutek Wilk
2014-08-20 17:20     ` [Xen-devel] " Konrad Rzeszutek Wilk
2014-08-20 17:26       ` Ian Campbell
2014-08-20 17:26       ` [Xen-devel] " Ian Campbell
2014-11-26 16:39         ` Luis R. Rodriguez
2014-11-26 16:39         ` [Xen-devel] " Luis R. Rodriguez
2014-08-20 17:18   ` Ian Campbell
2014-08-20 16:40 ` Konrad Rzeszutek Wilk [this message]
2014-11-26 17:18 Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='1408552838-4032-2-git-send-email-konrad.wilk__22247.4112328657$1408552963$gmane$org@oracle.com' \
    --to=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.