[PATCH] staging: usbip: userspace: bind-driver.c: mark remote_host as unused

From: matt mooney
Date: Thu May 19 2011 - 00:46:48 EST


Use __attribute__((unused)) to suppress error until it can be determined
that remote_host is not needed.

Signed-off-by: matt mooney <mfm@xxxxxxxxxxxxx>
---
drivers/staging/usbip/userspace/src/bind-driver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/usbip/userspace/src/bind-driver.c b/drivers/staging/usbip/userspace/src/bind-driver.c
index 955c86b..201ffbb 100644
--- a/drivers/staging/usbip/userspace/src/bind-driver.c
+++ b/drivers/staging/usbip/userspace/src/bind-driver.c
@@ -541,7 +541,7 @@ static int allusbip(void)
int main(int argc, char **argv)
{
char *busid = NULL;
- char *remote_host = NULL;
+ char *remote_host __attribute__((unused)) = NULL;

enum {
cmd_unknown = 0,
--
1.7.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/