Skip to content

Commit

Permalink
staging: most: remove 2nd forward declaration of struct most_aim
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christian Gromm authored and Greg Kroah-Hartman committed Feb 8, 2016
1 parent 1c55d30 commit 0833ac7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/most/aim-cdev/cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0833ac7

Please sign in to comment.