uwb: fix compiler warning on i1480_est_id_table
authorNamhyung Kim <namhyung@gmail.com>
Wed, 1 Dec 2010 20:52:22 +0000 (05:52 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Dec 2010 20:06:04 +0000 (12:06 -0800)
Annotate i1480_est_id_table as '__used' to fix following warning:

  CC      drivers/uwb/i1480/i1480-est.o
drivers/uwb/i1480/i1480-est.c:94: warning: ‘i1480_est_id_table’ defined but not used

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found