staging: cxt1e1: Add extern keyword for sparse 'static' warning
authorShaun Laing <shaun@xresource.ca>
Tue, 4 Mar 2014 19:44:21 +0000 (12:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Mar 2014 00:35:37 +0000 (16:35 -0800)
Resolve sparse "warning: symbol '...' was not declared.  Should it be static?"
messages.  Includes "comet_tables.h", which contains extern declarations for
the variables defined in comet_tables.c.

Signed-off-by: Shaun Laing <shaun@xresource.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cxt1e1/comet_tables.c

Simple merge