Commit 553a5189 authored by Shaun Laing's avatar Shaun Laing Committed by Greg Kroah-Hartman
Browse files

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: default avatarShaun Laing <shaun@xresource.ca>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 293ed461
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
 */

#include <linux/types.h>
#include "comet_tables.h"

/*****************************************************************************
*