[PATCH 28/28] staging: most: remove 2nd forward declaration of struct most_aim

Christian Gromm christian.gromm at microchip.com
Tue Dec 22 09:53:09 UTC 2015


This patch removes the second forwared declaration of struct most_aim.

Signed-off-by: Christian Gromm <christian.gromm at microchip.com>
---
This patch has been resent on behalf of Greg Kroah-Hartman <gregkh at linuxfoundation.org>

 drivers/staging/most/aim-cdev/cdev.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/most/aim-cdev/cdev.c b/drivers/staging/most/aim-cdev/cdev.c
index e5ceb82..e9943c3 100644
--- a/drivers/staging/most/aim-cdev/cdev.c
+++ b/drivers/staging/most/aim-cdev/cdev.c
@@ -399,8 +399,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
-- 
1.7.9.5



More information about the devel mailing list