diff options
author | Ian Abbott <[email protected]> | 2017-03-08 18:44:28 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-03-12 14:57:00 +0100 |
commit | 9d6a94291e002d3fa499ccef73fcd286cddeeb6f (patch) | |
tree | 8ec832dd71ef469d45f3a0cf3293404de48d4068 /lib/memory-notifier-error-inject.c | |
parent | 4e861f0fd828d2c058271ace21963fa2ef7e861d (diff) |
staging: comedi: jr3_pci: use struct jr3_block instead of jr3_t
`struct jr3_t` contains a single array member `block` of member type
`struct jr3_block`. Rather than using pointers to `struct jr3_t`, just
use pointers to `struct jr3_block` instead and treat it as an array.
Replace the local variables `struct jr3_t __iomem *iobase` with `struct
jr3_block __iomem *block`. Remove the definition of `struct jr3_t` as
it is no longer needed.
Signed-off-by: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions