Go to file
Alex Elder a21c1f028f 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>
2020-07-07 12:43:18 -07:00
arch
block
certs
crypto
Documentation Documentation: networking: rxrpc: drop doubled word 2020-07-04 17:46:21 -07:00
drivers net: ipa: include declarations in "ipa_gsi.c" 2020-07-07 12:43:18 -07:00
fs
include sched: consistently handle layer3 header accesses in the presence of VLANs 2020-07-03 14:34:53 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ipv6: fib6_select_path can not use out path for nexthop objects 2020-07-06 13:24:16 -07:00
samples
scripts
security
sound
tools ipv6: fib6_select_path can not use out path for nexthop objects 2020-07-06 13:24:16 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: net: macb: add Claudiu as co-maintainer 2020-07-02 14:33:50 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.