UPSTREAM: staging/gdm72xx: Include corresponding header file (fix sparse warning)
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 19 Feb 2013 17:50:18 +0000 (18:50 +0100)
committerChromeBot <chrome-bot@google.com>
Wed, 1 May 2013 23:39:45 +0000 (16:39 -0700)
commit35d5d48d82b20babe4cb9812795dc16ab3a7398d
tree626249a63ac1bcaafb75aad90209a1c051aa637d
parent56cc217a918ed2dcf1556f6a5e6a0bf46f597c3e
UPSTREAM: staging/gdm72xx: Include corresponding header file (fix sparse warning)

sdio_boot.c and netlink_k.c both have a corresponding header file with
their function prototypes but fail to include them, which leads to the
following sparse warnings:
sdio_boot.c:135:5: warning: symbol 'sdio_boot' was not declared. Should it be static?
netlink_k.c:89:13: warning: symbol 'netlink_init' was not declared. Should it be static?
netlink_k.c:109:6: warning: symbol 'netlink_exit' was not declared. Should it be static?
netlink_k.c:114:5: warning: symbol 'netlink_send' was not declared. Should it be static?

-> Add the include files and silence the warning

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit a6000538e402ef2479a16ff789059c78a152be9d)

Change-Id: Id26144d3d78f9a0de1be70e5f3a2bed1fccae25f
Signed-off-by: Ben Chan <benchan@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/49424
Reviewed-by: Paul Stewart <pstew@chromium.org>
Reviewed-by: Olof Johansson <olofj@chromium.org>
drivers/staging/gdm72xx/netlink_k.c
drivers/staging/gdm72xx/sdio_boot.c