From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 75/77] Staging: hv: mouse: Disable auto-loading of the mouse driver Date: Tue, 5 Jul 2011 08:57:45 -0700 Message-ID: <20110705155745.GA31998@kroah.com> References: <1308255393-3785-1-git-send-email-kys@microsoft.com> <1308255470-3826-1-git-send-email-kys@microsoft.com> <1308255470-3826-75-git-send-email-kys@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1308255470-3826-75-git-send-email-kys@microsoft.com> Sender: linux-kernel-owner@vger.kernel.org To: "K. Y. Srinivasan" Cc: gregkh@suse.de, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, virtualization@lists.osdl.org, Haiyang Zhang , Hank Janssen List-Id: virtualization@lists.linuxfoundation.org On Thu, Jun 16, 2011 at 01:17:48PM -0700, K. Y. Srinivasan wrote: > Disable auto-loading of the mouse driver. > > Signed-off-by: K. Y. Srinivasan > Signed-off-by: Haiyang Zhang > Signed-off-by: Hank Janssen > --- > drivers/staging/hv/hv_mouse.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c > index 1b30f26..ab5f1da 100644 > --- a/drivers/staging/hv/hv_mouse.c > +++ b/drivers/staging/hv/hv_mouse.c > @@ -950,7 +950,7 @@ static void __exit mousevsc_exit(void) > > MODULE_LICENSE("GPL"); > MODULE_VERSION(HV_DRV_VERSION); > -MODULE_ALIAS("vmbus:hv_mouse"); > +/*MODULE_ALIAS("vmbus:hv_mouse");*/ Why? {hint, I think I know why, but you need to tell us why in the changelog comment} Dropped.