Commit 0833ac7d authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman

staging: most: remove 2nd forward declaration of struct most_aim

This patch removes the second forwared declaration of struct most_aim.
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1c55d30b
...@@ -405,8 +405,6 @@ static int aim_tx_completion(struct most_interface *iface, int channel_id) ...@@ -405,8 +405,6 @@ static int aim_tx_completion(struct most_interface *iface, int channel_id)
return 0; return 0;
} }
static struct most_aim cdev_aim;
/** /**
* aim_probe - probe function of the driver module * aim_probe - probe function of the driver module
* @iface: pointer to interface instance * @iface: pointer to interface instance
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment