]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit16350a7258a3158807f3fafe33f1bb22b8ddd127
tree8184116b0ac461dcf9837852dce8342662471a50
parentfc33b0eb38ccbd3080a4885e8f742a72a085261d
uwb: fix compiler warning on i1480_est_id_table

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>
drivers/uwb/i1480/i1480-est.c