Commit 4ad13b5d authored by Mihaela Muraru's avatar Mihaela Muraru Committed by Greg Kroah-Hartman
Browse files

staging: vc04_services: Remove extern variable



This patch removes extern variable vchiq_arm_log_level, because it is
already declared in vchiq_arm.h

Issue found by checkpatch.pl

Signed-off-by: default avatarMihaela Muraru <mihaela.muraru21@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e5c9d110
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -84,8 +84,6 @@ static char *g_free_fragments;
static struct semaphore g_free_fragments_sema;
static struct semaphore g_free_fragments_sema;
static struct device *g_dev;
static struct device *g_dev;


extern int vchiq_arm_log_level;

static DEFINE_SEMAPHORE(g_free_fragments_mutex);
static DEFINE_SEMAPHORE(g_free_fragments_mutex);


static irqreturn_t
static irqreturn_t