From: Shaun Laing Date: Tue, 4 Mar 2014 19:44:21 +0000 (-0700) Subject: staging: cxt1e1: Add extern keyword for sparse 'static' warning X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=553a5189318a9d8f83142b8a8141ed19f363a33f;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/cxt1e1/comet_tables.c b/drivers/staging/cxt1e1/comet_tables.c index 84931117da35..e96665ea3662 100644 --- a/drivers/staging/cxt1e1/comet_tables.c +++ b/drivers/staging/cxt1e1/comet_tables.c @@ -19,6 +19,7 @@ */ #include +#include "comet_tables.h" /***************************************************************************** *