OSDN Git Service

staging: vc04_services: make a couple of pointers static
authorColin Ian King <colin.king@canonical.com>
Wed, 6 Jun 2018 08:06:00 +0000 (09:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Jun 2018 07:05:14 +0000 (09:05 +0200)
commitca707dcadecff31ee5e1bda474018d68ae9c6fc1
treed0f36530af865bbabcb46342b0e3a33a1ebb5fc7
parent1daddbc8dec56e3c656ade8e5e6ef20a1be68823
staging: vc04_services: make a couple of pointers static

The pointers vchiq_dbg_dir and vchiq_dbg_clients are local to the
source and do not need to be in global scope, so make them static.

Cleans up sparse warnings:
warning: symbol 'vchiq_dbg_dir' was not declared. Should it be static?
warning: symbol 'vchiq_dbg_clients' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c