commit | f7be5ad9a4c02eed20ac762bb9ed73b99f5ba282 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue Jul 29 15:01:22 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 30 16:55:14 2014 -0700 |
tree | 52b12f8de79b1fdaeab7c5149bfdb8c7bcd5c3f1 | |
parent | 78b469387d961bd8f6c2bc3a5be1aaf1a2c27087 [diff] |
staging: comedi: ni_65xx: use the comedi_device 'mmio' member Use the new 'mmio' member in the comedi_device for the ioremap'ed base address. Since this was the only member in the private data, remove the struct and its allocation. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>