git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29cd0e
)
staging: comedi: addi_apci_1516: remove use of struct addi_board
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Tue, 13 Nov 2012 20:44:02 +0000
(13:44 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 23:12:53 +0000
(15:12 -0800)
The only boardinfo needed in this driver only consists of 6 data
values. The "common" addi_board has a lot of unnecessary bloat.
Create a local struct for this drivers boardinfo and remove the
need for struct addi_board in the "common" code.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found