summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-12-22 10:53:09 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-07 17:34:58 -0800
commit0833ac7db0034b64669ea3fc3dc36d7c9e7905b8 (patch)
treeb4c41b8faf4775dc20115d8fb65df18bedfd4c2c /drivers/staging
parent1c55d30b1da6bd4f3b0dbd64e660fad44b8958d8 (diff)
downloadop-kernel-dev-0833ac7db0034b64669ea3fc3dc36d7c9e7905b8.zip
op-kernel-dev-0833ac7db0034b64669ea3fc3dc36d7c9e7905b8.tar.gz
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/most/aim-cdev/cdev.c2
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 c3f3271..3a2dbf1 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
OpenPOWER on IntegriCloud