]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: fix build
authorPaolo Abeni <pabeni@redhat.com>
Thu, 21 Jul 2022 13:55:14 +0000 (15:55 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 21 Jul 2022 23:53:26 +0000 (16:53 -0700)
commit1ba78e698b1ea58f17fda986357878567943884c
treef4e18c66dfd80450ba27848a319e42bfd5bae813
parent69f50bbf583c2206f9a97838843fa34e6711c7a1
net: ipa: fix build

After commit 3810b131c89f ("net: ipa: move configuration data files
into a subdirectory"), build of the ipa driver fails with the
following error:

drivers/net/ipa/data/ipa_data-v3.1.c:9:10: fatal error: gsi.h: No such file or directory

After the mentioned commit, all the file included by the configuration
are in the parent directory. Fix the issue updating the include path.

Fixes: 3810b131c89f ("net: ipa: move configuration data files into a subdirectory")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Link: https://lore.kernel.org/r/7105112c38cfe0642a2d9e1779bf784a7aa63d16.1658411666.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/data/ipa_data-v3.1.c
drivers/net/ipa/data/ipa_data-v3.5.1.c
drivers/net/ipa/data/ipa_data-v4.11.c
drivers/net/ipa/data/ipa_data-v4.2.c
drivers/net/ipa/data/ipa_data-v4.5.c
drivers/net/ipa/data/ipa_data-v4.9.c