From: Christian Gromm Date: Tue, 22 Dec 2015 09:53:09 +0000 (+0100) Subject: staging: most: remove 2nd forward declaration of struct most_aim X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0833ac7db0034b64669ea3fc3dc36d7c9e7905b8;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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