[<prev] [next>] [day] [month] [year] [list]
Message-Id: <a66cf273cce8a4470c3350214989ed6dfdb58f59.1305780286.git.mfm@muteddisk.com>
Date: Wed, 18 May 2011 21:46:13 -0700
From: matt mooney <mfm@...eddisk.com>
To: Greg Kroah-Hartman <greg@...ah.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] staging: usbip: userspace: bind-driver.c: mark remote_host as unused
Use __attribute__((unused)) to suppress error until it can be determined
that remote_host is not needed.
Signed-off-by: matt mooney <mfm@...eddisk.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists