summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-18 21:46:13 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-19 15:34:10 -0700
commit3fadc1212a53908bc28e6351a40efd148739108b (patch)
treed8d7109fbaa5f6e05531e9286087206a35ac8592
parent2006d35d6190a96885cf48fbaf6425c2bd30ab5c (diff)
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@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/usbip/userspace/src/bind-driver.c2
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 955c86b23f0f..201ffbbee547 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,