staging: most: refactor channel structure
authorChristian Gromm <christian.gromm@microchip.com>
Mon, 28 Sep 2015 15:18:46 +0000 (17:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 01:18:51 +0000 (03:18 +0200)
commitccfbaee033abff6f4467c9874eb7b1b48aced739
tree671d57e15b0f1746cda3c10624b7e5a385f10360
parent71457d482751a38e78da32fde80e87b6f670c389
staging: most: refactor channel structure

The struct most_c_obj has the same set of attributes for each of two AIMs.
This patch cleans up the code by introducing the new struct most_c_aim_obj
hat contains those fields.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/mostcore/core.c