staging: cxt1e1: Add extern keyword for sparse 'static' warning

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>
This commit is contained in:
Shaun Laing 2014-03-04 12:44:21 -07:00 committed by Greg Kroah-Hartman
parent 293ed4614a
commit 553a518931

View File

@ -19,6 +19,7 @@
*/
#include <linux/types.h>
#include "comet_tables.h"
/*****************************************************************************
*