Staging: hv: remove wrapper functions for bit operations
authorBill Pemberton <wfp5p@virginia.edu>
Wed, 29 Jul 2009 21:00:11 +0000 (17:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:53 +0000 (12:01 -0700)
commit7c369f405bc918f3245c7ee0b0ad6c6b6c750166
treefc5777fe20dcecbf56743c6203afbbb2de138121
parent420beac4fcc9efd6f7d838ef7cc5693c58c98015
Staging: hv: remove wrapper functions for bit operations

There were several Bit* functions that did nothing but call the kernel
functions with the parameters reversed.  Remove these and call the
functions directly.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Channel.c
drivers/staging/hv/Connection.c
drivers/staging/hv/Vmbus.c
drivers/staging/hv/include/osd.h
drivers/staging/hv/osd.c