Skip to content

Commit

Permalink
Staging: hv: Remove unnecessary function pointers in driver_context
Browse files Browse the repository at this point in the history
Get rid of the unnecessary function pointers for probe(),
remove() and shutdown() from struct driver_context.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Mar 7, 2011
1 parent 38fadc3 commit b9bd2f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/staging/hv/vmbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ struct driver_context {

struct device_driver driver;

/*
* Use these methods instead of the struct device_driver so 2.6 kernel
* stops complaining
* TODO - fix this!
*/
int (*probe)(struct device *);
int (*remove)(struct device *);
void (*shutdown)(struct device *);
};

struct vm_device {
Expand Down

0 comments on commit b9bd2f9

Please sign in to comment.