]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/staging/hv/netvsc_drv.c
Staging: hv: remove function pointer typedefs from vmbus.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Sep 2009 18:53:59 +0000 (11:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:03 +0000 (12:02 -0700)
commit21707bed7e0577c32546e8e0ce74a18528acf398
treeb0fee195b741e7efd57ad73f74d1da7a3404576e
parent7903506975905605bbb9077008ca83eabc0f6272
Staging: hv: remove function pointer typedefs from vmbus.h

It's amazing the hoops that people go through to make code work
when they don't opensource the whole thing.  Passing these types
of function pointers around for no good reason is a mess, this needs
to be unwound as everything is now in the open.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/blkvsc_drv.c
drivers/staging/hv/netvsc_drv.c
drivers/staging/hv/storvsc_drv.c
drivers/staging/hv/vmbus.h
drivers/staging/hv/vmbus_drv.c