ath6kl: cleanup and move the ath6kl pm ops to be assigned statically
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 30 Mar 2011 00:56:27 +0000 (17:56 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:58:17 +0000 (22:58 -0700)
commit0174d3c26448a132d01e6741fb80749dc81180b7
tree8e6930a72ed476a0d67113db1fbc94039f5bc9c5
parent2df44b8b9bd9c3d9dcc8d4532d02515dd8712b6e
ath6kl: cleanup and move the ath6kl pm ops to be assigned statically

There should be no need to assign the pm ops dynamically, so
assign them statically and make them const. While we are
doing this just do some simple code style cleanup on the
routines and move them above prior to their assignment
into the driver ops.

This has no functional change other than assigning the
pm ops statically.

Cc: Naveen Singh <nsingh@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ath6kl/hif/sdio/linux_sdio/src/hif.c