mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
net: ipa: include declarations in "ipa_gsi.c"
Include "ipa_gsi.h" in "ipa_gsi.c", so the public functions are
defined before they are used in "ipa_gsi.c". This addresses some
warnings that are reported with a "W=1" build.
Fixes: c3f398b141
("soc: qcom: ipa: IPA interface to GSI")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
3c90e95bd9
commit
a21c1f028f
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
|
#include "ipa_gsi.h"
|
||||||
#include "gsi_trans.h"
|
#include "gsi_trans.h"
|
||||||
#include "ipa.h"
|
#include "ipa.h"
|
||||||
#include "ipa_endpoint.h"
|
#include "ipa_endpoint.h"
|
||||||
|
Reference in New Issue
Block a user