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)
commit32d00f62db4e982edbee137109407636f71f79b6
treef4e18c66dfd80450ba27848a319e42bfd5bae813
parent6e0e846ee2ab01bc44254e6a0a6a6a0db1cba16d
net: ipa: fix build

After commit 2c7b9b936bdc ("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: 2c7b9b936bdc ("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