diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2015-12-22 10:53:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 17:34:58 -0800 |
commit | 0833ac7db0034b64669ea3fc3dc36d7c9e7905b8 (patch) | |
tree | b4c41b8faf4775dc20115d8fb65df18bedfd4c2c | |
parent | 1c55d30b1da6bd4f3b0dbd64e660fad44b8958d8 (diff) |
staging: most: remove 2nd forward declaration of struct most_aim
This patch removes the second forwared declaration of struct most_aim.
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/most/aim-cdev/cdev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/most/aim-cdev/cdev.c b/drivers/staging/most/aim-cdev/cdev.c index c3f32716168b..3a2dbf1490c6 100644 --- a/drivers/staging/most/aim-cdev/cdev.c +++ b/drivers/staging/most/aim-cdev/cdev.c @@ -405,8 +405,6 @@ static int aim_tx_completion(struct most_interface *iface, int channel_id) return 0; } -static struct most_aim cdev_aim; - /** * aim_probe - probe function of the driver module * @iface: pointer to interface instance |