Staging: dt3155: remove unused 32-bit and 8-bit global registers
commit12513b76a021e5b41a9d5d5981da75dfd6480890
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 25 Jun 2010 17:33:34 +0000 (25 10:33 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jun 2010 18:18:34 +0000 (25 11:18 -0700)
tree5caf2011ae543eeb5fd4005d20e5a11565527bb8
parent7d0f940ee0de7dc6355473e428335a4d74de43ad
Staging: dt3155: remove unused 32-bit and 8-bit global registers

All of the board 32-bit registers and 8-bit i2c registers are either read before
writing to them or they are just written to with a new value.  There is no reason
to keep a 'local' copy of any of them.

As a first step to removing them, get rid of all the ones that are not used in
the driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Scott Smedley <ss@aao.gov.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/dt3155/dt3155_io.c
drivers/staging/dt3155/dt3155_io.h