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

No differences found